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