is not current version
Last Version 3.1

com.googlecode.rocoto:rocoto-simple-configuration 3.0

Simple Configuration Properties support for Google Guice

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.googlecode.rocoto
ArtifactId

ArtifactId

rocoto-simple-configuration
Version

Version

3.0
Type

Type

jar

Download rocoto-simple-configuration 3.0


<!-- 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"]