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