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