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