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