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