GroupId | GroupIdxyz.ronella.gosu |
---|---|
ArtifactId | ArtifactIdgregistry |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gregistry-1.0.0.pom | |
gregistry-1.0.0.jar | 15 KB |
gregistry-1.0.0-tests.jar | 32 KB |
gregistry-1.0.0-sources.jar | 14 KB |
gregistry-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.ronella.gosu/gregistry/ -->
<dependency>
<groupId>xyz.ronella.gosu</groupId>
<artifactId>gregistry</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gregistry/
implementation 'xyz.ronella.gosu:gregistry:1.0.0'
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gregistry/
implementation ("xyz.ronella.gosu:gregistry:1.0.0")
'xyz.ronella.gosu:gregistry:jar:1.0.0'
<dependency org="xyz.ronella.gosu" name="gregistry" rev="1.0.0">
<artifact name="gregistry" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ronella.gosu', module='gregistry', version='1.0.0')
)
libraryDependencies += "xyz.ronella.gosu" % "gregistry" % "1.0.0"
[xyz.ronella.gosu/gregistry "1.0.0"]