Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdxyz.ronella.gosu |
ArtifactId | ArtifactIdgconfig |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gconfig-1.0.0.pom | |
gconfig-1.0.0.jar | 2 KB |
gconfig-1.0.0-tests.jar | 6 KB |
gconfig-1.0.0-sources.jar | 3 KB |
gconfig-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.ronella.gosu/gconfig/ -->
<dependency>
<groupId>xyz.ronella.gosu</groupId>
<artifactId>gconfig</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gconfig/
implementation 'xyz.ronella.gosu:gconfig:1.0.0'
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gconfig/
implementation ("xyz.ronella.gosu:gconfig:1.0.0")
'xyz.ronella.gosu:gconfig:jar:1.0.0'
<dependency org="xyz.ronella.gosu" name="gconfig" rev="1.0.0">
<artifact name="gconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ronella.gosu', module='gconfig', version='1.0.0')
)
libraryDependencies += "xyz.ronella.gosu" % "gconfig" % "1.0.0"
[xyz.ronella.gosu/gconfig "1.0.0"]