| GroupId | GroupIdcom.github.gentity |
|---|---|
| ArtifactId | ArtifactIdgentity-test |
| Version | Version0.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gentity-test-0.23.pom | |
| gentity-test-0.23.jar | 270 KB |
| gentity-test-0.23-sources.jar | 172 KB |
| gentity-test-0.23-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.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test/
implementation 'com.github.gentity:gentity-test:0.23'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test/
implementation ("com.github.gentity:gentity-test:0.23")
'com.github.gentity:gentity-test:jar:0.23'
<dependency org="com.github.gentity" name="gentity-test" rev="0.23">
<artifact name="gentity-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-test', version='0.23')
)
libraryDependencies += "com.github.gentity" % "gentity-test" % "0.23"
[com.github.gentity/gentity-test "0.23"]