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