Dependency Information

Apache Maven

<dependency>
  <groupId>com.hack23.cia</groupId>
  <artifactId>web-widgets</artifactId>
  <version>2018.9.24-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.hack23.cia:web-widgets:jar:2018.9.24-SNAPSHOT'

Apache Ivy

<dependency org="com.hack23.cia" name="web-widgets" rev="2018.9.24-SNAPSHOT">
  <artifact name="web-widgets" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.hack23.cia', module='web-widgets', version='2018.9.24-SNAPSHOT')
)

Gradle/Grails

compile 'com.hack23.cia:web-widgets:2018.9.24-SNAPSHOT'

Scala SBT

libraryDependencies += "com.hack23.cia" % "web-widgets" % "2018.9.24-SNAPSHOT"

Leiningen

[com.hack23.cia/web-widgets "2018.9.24-SNAPSHOT"]