Maven Coordinates
Apache Maven
<dependency> <groupId>info.ejava.examples.svc.security</groupId> <artifactId>https-hello-example</artifactId> <version>6.1.1-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="info.ejava.examples.svc.security" name="https-hello-example" rev="6.1.1-SNAPSHOT"> <artifact name="https-hello-example" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='info.ejava.examples.svc.security', module='https-hello-example', version='6.1.1-SNAPSHOT') )
Gradle/Grails
implementation 'info.ejava.examples.svc.security:https-hello-example:6.1.1-SNAPSHOT'
Scala SBT
libraryDependencies += "info.ejava.examples.svc.security" % "https-hello-example" % "6.1.1-SNAPSHOT"
Leiningen
[info.ejava.examples.svc.security/https-hello-example "6.1.1-SNAPSHOT"]

