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