GroupId | GroupIdcom.github.lapesd.rdfit |
---|---|
ArtifactId | ArtifactIdrdfit-jena |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rdfit-jena-1.0.3.pom | |
rdfit-jena-1.0.3.jar | 40 KB |
rdfit-jena-1.0.3-sources.jar | 25 KB |
rdfit-jena-1.0.3-javadoc.jar | 535 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lapesd.rdfit/rdfit-jena/ -->
<dependency>
<groupId>com.github.lapesd.rdfit</groupId>
<artifactId>rdfit-jena</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lapesd.rdfit/rdfit-jena/
implementation 'com.github.lapesd.rdfit:rdfit-jena:1.0.3'
// https://jarcasting.com/artifacts/com.github.lapesd.rdfit/rdfit-jena/
implementation ("com.github.lapesd.rdfit:rdfit-jena:1.0.3")
'com.github.lapesd.rdfit:rdfit-jena:jar:1.0.3'
<dependency org="com.github.lapesd.rdfit" name="rdfit-jena" rev="1.0.3">
<artifact name="rdfit-jena" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lapesd.rdfit', module='rdfit-jena', version='1.0.3')
)
libraryDependencies += "com.github.lapesd.rdfit" % "rdfit-jena" % "1.0.3"
[com.github.lapesd.rdfit/rdfit-jena "1.0.3"]