GroupId | GroupIdorg.aksw.rdfunit |
---|---|
ArtifactId | ArtifactIdrdfunit-examples |
Version | Version0.8.9 |
Type | Typejar |
Filename | Size |
---|---|
rdfunit-examples-0.8.9.pom | |
rdfunit-examples-0.8.9.jar | 14 KB |
rdfunit-examples-0.8.9-sources.jar | 8 KB |
rdfunit-examples-0.8.9-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aksw.rdfunit/rdfunit-examples/ -->
<dependency>
<groupId>org.aksw.rdfunit</groupId>
<artifactId>rdfunit-examples</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.rdfunit/rdfunit-examples/
implementation 'org.aksw.rdfunit:rdfunit-examples:0.8.9'
// https://jarcasting.com/artifacts/org.aksw.rdfunit/rdfunit-examples/
implementation ("org.aksw.rdfunit:rdfunit-examples:0.8.9")
'org.aksw.rdfunit:rdfunit-examples:jar:0.8.9'
<dependency org="org.aksw.rdfunit" name="rdfunit-examples" rev="0.8.9">
<artifact name="rdfunit-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aksw.rdfunit', module='rdfunit-examples', version='0.8.9')
)
libraryDependencies += "org.aksw.rdfunit" % "rdfunit-examples" % "0.8.9"
[org.aksw.rdfunit/rdfunit-examples "0.8.9"]