GroupId | GroupIdcom.github.gentity |
---|---|
ArtifactId | ArtifactIdgentity-lib |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
gentity-lib-0.13.pom | |
gentity-lib-0.13.jar | 6 KB |
gentity-lib-0.13-sources.jar | 5 KB |
gentity-lib-0.13-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity-lib/ -->
<dependency>
<groupId>com.github.gentity</groupId>
<artifactId>gentity-lib</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-lib/
implementation 'com.github.gentity:gentity-lib:0.13'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-lib/
implementation ("com.github.gentity:gentity-lib:0.13")
'com.github.gentity:gentity-lib:jar:0.13'
<dependency org="com.github.gentity" name="gentity-lib" rev="0.13">
<artifact name="gentity-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-lib', version='0.13')
)
libraryDependencies += "com.github.gentity" % "gentity-lib" % "0.13"
[com.github.gentity/gentity-lib "0.13"]