| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.rocoto |
| ArtifactId | ArtifactIdrocoto |
| Last Version | Last Version4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRocoto
Add some spice to Google Guice through configuration files!
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rocoto-4.0.pom | |
| rocoto-4.0.jar | 47 KB |
| rocoto-4.0-sources.jar | 51 KB |
| rocoto-4.0-javadoc.jar | 200 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/ -->
<dependency>
<groupId>com.googlecode.rocoto</groupId>
<artifactId>rocoto</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/
implementation 'com.googlecode.rocoto:rocoto:4.0'
// https://jarcasting.com/artifacts/com.googlecode.rocoto/rocoto/
implementation ("com.googlecode.rocoto:rocoto:4.0")
'com.googlecode.rocoto:rocoto:jar:4.0'
<dependency org="com.googlecode.rocoto" name="rocoto" rev="4.0">
<artifact name="rocoto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.rocoto', module='rocoto', version='4.0')
)
libraryDependencies += "com.googlecode.rocoto" % "rocoto" % "4.0"
[com.googlecode.rocoto/rocoto "4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.8 |