| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Auto Application Layer Libs Code Generators Guice Dependency Injection |
| GroupId | GroupIdcom.googlecode.guice-autoreg |
| ArtifactId | ArtifactIdguice-autoreg |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuice Auto register
Guice-autoreg automagically registers all guice modules for you.
|
| Filename | Size |
|---|---|
| guice-autoreg-0.3.pom | |
| guice-autoreg-0.3.jar | 10 KB |
| guice-autoreg-0.3-sources.jar | 10 KB |
| guice-autoreg-0.3-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/ -->
<dependency>
<groupId>com.googlecode.guice-autoreg</groupId>
<artifactId>guice-autoreg</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/
implementation 'com.googlecode.guice-autoreg:guice-autoreg:0.3'
// https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/
implementation ("com.googlecode.guice-autoreg:guice-autoreg:0.3")
'com.googlecode.guice-autoreg:guice-autoreg:jar:0.3'
<dependency org="com.googlecode.guice-autoreg" name="guice-autoreg" rev="0.3">
<artifact name="guice-autoreg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.guice-autoreg', module='guice-autoreg', version='0.3')
)
libraryDependencies += "com.googlecode.guice-autoreg" % "guice-autoreg" % "0.3"
[com.googlecode.guice-autoreg/guice-autoreg "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.14 |
| com.google.inject : guice | jar | 2.0 |
| com.google.inject.extensions : guice-multibindings | jar | 2.0 |
| net.sf.scannotation : scannotation | jar | 1.0.2 |
| org.aspectj : aspectjrt | jar | 1.6.7 |
| javax.servlet : servlet-api | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.1 |