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