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