<dependency> <groupId>info.ejava.examples.svc.security</groupId> <artifactId>https-hello-example</artifactId> <version>6.1.0-SNAPSHOT</version> </dependency>
'info.ejava.examples.svc.security:https-hello-example:jar:6.1.0-SNAPSHOT'
<dependency org="info.ejava.examples.svc.security" name="https-hello-example" rev="6.1.0-SNAPSHOT"> <artifact name="https-hello-example" type="jar" /> </dependency>
@Grapes( @Grab(group='info.ejava.examples.svc.security', module='https-hello-example', version='6.1.0-SNAPSHOT') )
compile 'info.ejava.examples.svc.security:https-hello-example:6.1.0-SNAPSHOT'
libraryDependencies += "info.ejava.examples.svc.security" % "https-hello-example" % "6.1.0-SNAPSHOT"
[info.ejava.examples.svc.security/https-hello-example "6.1.0-SNAPSHOT"]