Dependency Information

Apache Maven

<dependency>
  <groupId>com.hack23.cia</groupId>
  <artifactId>service.data.impl</artifactId>
  <version>2019.9.15-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.hack23.cia:service.data.impl:jar:2019.9.15-SNAPSHOT'

Apache Ivy

<dependency org="com.hack23.cia" name="service.data.impl" rev="2019.9.15-SNAPSHOT">
  <artifact name="service.data.impl" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.hack23.cia', module='service.data.impl', version='2019.9.15-SNAPSHOT')
)

Gradle/Grails

compile 'com.hack23.cia:service.data.impl:2019.9.15-SNAPSHOT'

Scala SBT

libraryDependencies += "com.hack23.cia" % "service.data.impl" % "2019.9.15-SNAPSHOT"

Leiningen

[com.hack23.cia/service.data.impl "2019.9.15-SNAPSHOT"]