Maven Coordinates

Apache Maven

<dependency>
  <groupId>network.ike.examples</groupId>
  <artifactId>topics</artifactId>
  <version>1-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="network.ike.examples" name="topics" rev="1-SNAPSHOT">
  <artifact name="topics" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='network.ike.examples', module='topics', version='1-SNAPSHOT')
)

Gradle/Grails

implementation 'network.ike.examples:topics:1-SNAPSHOT'

Scala SBT

libraryDependencies += "network.ike.examples" % "topics" % "1-SNAPSHOT"

Leiningen

[network.ike.examples/topics "1-SNAPSHOT"]
Searching...
No results.