commons-rdf-integration-tests

commons-rdf-integration-tests

Files download
File Operation
commons-rdf-integration-tests-0.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rdf-integration-tests</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rdf-integration-tests:0.5.0'
Gradle Kotlin
implementation("org.apache.commons:commons-rdf-integration-tests:0.5.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rdf-integration-tests" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rdf-integration-tests', version='0.5.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rdf-integration-tests" rev="0.5.0" />
Leiningen
[org.apache.commons/commons-rdf-integration-tests "0.5.0"]
Apache Buildr
'org.apache.commons:commons-rdf-integration-tests:jar:0.5.0'