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