Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'com.hack23.cia:service.impl:2024-SNAPSHOT'

Scala SBT

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

Leiningen

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