r

rocoto

Add some spice to Google Guice through configuration files!
http://www.99soft.org/projects/rocoto/${project.version}
Files download
File Operation
rocoto-5.0.1.jar download
rocoto-5.0.1.pom download
rocoto-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.99soft.guice</groupId>
  <artifactId>rocoto</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.99soft.guice:rocoto:5.0.1'
Gradle Kotlin
implementation("org.99soft.guice:rocoto:5.0.1")
Scala SBT
libraryDependencies += "org.99soft.guice" % "rocoto" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.99soft.guice', module='rocoto', version='5.0.1')
)
Apache Ivy
<dependency org="org.99soft.guice" name="rocoto" rev="5.0.1" />
Leiningen
[org.99soft.guice/rocoto "5.0.1"]
Apache Buildr
'org.99soft.guice:rocoto:jar:5.0.1'