License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.99soft.guice |
ArtifactId | ArtifactIdrocoto |
Last Version | Last Version6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description99soft :: Rocoto
Add some spice to Google Guice through configuration files!
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rocoto-6.3.pom | |
rocoto-6.3.jar | 42 KB |
rocoto-6.3-sources.jar | 40 KB |
rocoto-6.3-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.guice/rocoto/ -->
<dependency>
<groupId>org.99soft.guice</groupId>
<artifactId>rocoto</artifactId>
<version>6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.guice/rocoto/
implementation 'org.99soft.guice:rocoto:6.3'
// https://jarcasting.com/artifacts/org.99soft.guice/rocoto/
implementation ("org.99soft.guice:rocoto:6.3")
'org.99soft.guice:rocoto:jar:6.3'
<dependency org="org.99soft.guice" name="rocoto" rev="6.3">
<artifact name="rocoto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.guice', module='rocoto', version='6.3')
)
libraryDependencies += "org.99soft.guice" % "rocoto" % "6.3"
[org.99soft.guice/rocoto "6.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
com.google.guava : guava | jar | 18.0 |
com.google.inject : guice | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |