Dependency Information
Apache Maven
<dependency> <groupId>com.hack23.cia</groupId> <artifactId>service.component.agent.impl</artifactId> <version>2019.9.15-SNAPSHOT</version> </dependency>
Apache Buildr
'com.hack23.cia:service.component.agent.impl:jar:2019.9.15-SNAPSHOT'
Apache Ivy
<dependency org="com.hack23.cia" name="service.component.agent.impl" rev="2019.9.15-SNAPSHOT"> <artifact name="service.component.agent.impl" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.hack23.cia', module='service.component.agent.impl', version='2019.9.15-SNAPSHOT') )
Gradle/Grails
compile 'com.hack23.cia:service.component.agent.impl:2019.9.15-SNAPSHOT'
Scala SBT
libraryDependencies += "com.hack23.cia" % "service.component.agent.impl" % "2019.9.15-SNAPSHOT"
Leiningen
[com.hack23.cia/service.component.agent.impl "2019.9.15-SNAPSHOT"]