| License |
License |
|---|---|
| Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdnet.peachjean.guice |
| ArtifactId | ArtifactIdpeachguice-command |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPeachGuice :: Command
Modules to integrate Guice with various frameworks while maintaining Guice-style injection.
|
| Filename | Size |
|---|---|
| peachguice-command-0.1.pom | |
| peachguice-command-0.1.jar | 51 KB |
| peachguice-command-0.1-sources.jar | 23 KB |
| peachguice-command-0.1-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-command/ -->
<dependency>
<groupId>net.peachjean.guice</groupId>
<artifactId>peachguice-command</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-command/
implementation 'net.peachjean.guice:peachguice-command:0.1'
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-command/
implementation ("net.peachjean.guice:peachguice-command:0.1")
'net.peachjean.guice:peachguice-command:jar:0.1'
<dependency org="net.peachjean.guice" name="peachguice-command" rev="0.1">
<artifact name="peachguice-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.guice', module='peachguice-command', version='0.1')
)
libraryDependencies += "net.peachjean.guice" % "peachguice-command" % "0.1"
[net.peachjean.guice/peachguice-command "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.peachjean.guice : peachguice-base | jar | 0.1 |
| commons-cli : commons-cli | jar | 1.2 |
| com.google.inject : guice | jar | 3.0 |
| com.google.inject.extensions : guice-multibindings | jar | 3.0 |
| com.google.guava : guava | jar | 10.0.1 |
| net.jcip : jcip-annotations | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.3 |