Dependency Information

Apache Maven

<dependency>
  <groupId>org.getalp</groupId>
  <artifactId>dbnary-jena-libs</artifactId>
  <version>3.1.19</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.getalp:dbnary-jena-libs:pom:3.1.19'

Apache Ivy

<dependency org="org.getalp" name="dbnary-jena-libs" rev="3.1.19">
  <artifact name="dbnary-jena-libs" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.getalp', module='dbnary-jena-libs', version='3.1.19')
)

Gradle/Grails

compile 'org.getalp:dbnary-jena-libs:3.1.19'

Scala SBT

libraryDependencies += "org.getalp" % "dbnary-jena-libs" % "3.1.19"

Leiningen

[org.getalp/dbnary-jena-libs "3.1.19"]