is not current version
Last Version 4.0

com.googlecode.rocoto:rocoto 3.2

Add some spice to Google Guice through configuration files!

GroupId

GroupId

com.googlecode.rocoto
ArtifactId

ArtifactId

rocoto
Version

Version

3.2
Type

Type

jar

Download rocoto 3.2


<!-- https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/ -->
<dependency>
    <groupId>com.googlecode.rocoto</groupId>
    <artifactId>rocoto</artifactId>
    <version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/
implementation 'com.googlecode.rocoto:rocoto:3.2'
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/
implementation ("com.googlecode.rocoto:rocoto:3.2")
'com.googlecode.rocoto:rocoto:jar:3.2'
<dependency org="com.googlecode.rocoto" name="rocoto" rev="3.2">
  <artifact name="rocoto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.rocoto', module='rocoto', version='3.2')
)
libraryDependencies += "com.googlecode.rocoto" % "rocoto" % "3.2"
[com.googlecode.rocoto/rocoto "3.2"]