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