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