Maven Coordinates
Apache Maven
<dependency> <groupId>com.buralotech.oss.identifier</groupId> <artifactId>buralotech-identifier</artifactId> <version>1.4.1</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.buralotech.oss.identifier" name="buralotech-identifier" rev="1.4.1"> <artifact name="buralotech-identifier" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.buralotech.oss.identifier', module='buralotech-identifier', version='1.4.1') )
Gradle/Grails
implementation 'com.buralotech.oss.identifier:buralotech-identifier:1.4.1'
Scala SBT
libraryDependencies += "com.buralotech.oss.identifier" % "buralotech-identifier" % "1.4.1"
Leiningen
[com.buralotech.oss.identifier/buralotech-identifier "1.4.1"]
Maven