GroupId | GroupIdorg.apache.commons |
---|---|
ArtifactId | ArtifactIdcommons-rdf-integration-tests |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-rdf-integration-tests-0.4.0.pom | -1 bytes |
commons-rdf-integration-tests-0.4.0-tests.jar | 9 KB |
commons-rdf-integration-tests-0.4.0-test-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-integration-tests/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rdf-integration-tests</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-integration-tests/
implementation 'org.apache.commons:commons-rdf-integration-tests:0.4.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rdf-integration-tests/
implementation ("org.apache.commons:commons-rdf-integration-tests:0.4.0")
'org.apache.commons:commons-rdf-integration-tests:jar:0.4.0'
<dependency org="org.apache.commons" name="commons-rdf-integration-tests" rev="0.4.0">
<artifact name="commons-rdf-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rdf-integration-tests', version='0.4.0')
)
libraryDependencies += "org.apache.commons" % "commons-rdf-integration-tests" % "0.4.0"
[org.apache.commons/commons-rdf-integration-tests "0.4.0"]