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