Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.googlecode.rocoto |
ArtifactId | ArtifactIdrocoto-simple-configuration |
Version | Version3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-simple-configuration/ -->
<dependency>
<groupId>com.googlecode.rocoto</groupId>
<artifactId>rocoto-simple-configuration</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-simple-configuration/
implementation 'com.googlecode.rocoto:rocoto-simple-configuration:3.0'
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto-simple-configuration/
implementation ("com.googlecode.rocoto:rocoto-simple-configuration:3.0")
'com.googlecode.rocoto:rocoto-simple-configuration:jar:3.0'
<dependency org="com.googlecode.rocoto" name="rocoto-simple-configuration" rev="3.0">
<artifact name="rocoto-simple-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.rocoto', module='rocoto-simple-configuration', version='3.0')
)
libraryDependencies += "com.googlecode.rocoto" % "rocoto-simple-configuration" % "3.0"
[com.googlecode.rocoto/rocoto-simple-configuration "3.0"]