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