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