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