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