| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdde.skuzzle.tinyplugz |
| ArtifactId | ArtifactIdtiny-plugz-guice |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontiny-plugz-guice
TinyPlugz extension for dependency injection using Google Guice.
|
| Filename | Size |
|---|---|
| tiny-plugz-guice-0.3.0.pom | |
| tiny-plugz-guice-0.3.0.jar | 13 KB |
| tiny-plugz-guice-0.3.0-tests.jar | 10 KB |
| tiny-plugz-guice-0.3.0-sources.jar | 9 KB |
| tiny-plugz-guice-0.3.0-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.skuzzle.tinyplugz/tiny-plugz-guice/ -->
<dependency>
<groupId>de.skuzzle.tinyplugz</groupId>
<artifactId>tiny-plugz-guice</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.skuzzle.tinyplugz/tiny-plugz-guice/
implementation 'de.skuzzle.tinyplugz:tiny-plugz-guice:0.3.0'
// https://jarcasting.com/artifacts/de.skuzzle.tinyplugz/tiny-plugz-guice/
implementation ("de.skuzzle.tinyplugz:tiny-plugz-guice:0.3.0")
'de.skuzzle.tinyplugz:tiny-plugz-guice:jar:0.3.0'
<dependency org="de.skuzzle.tinyplugz" name="tiny-plugz-guice" rev="0.3.0">
<artifact name="tiny-plugz-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.skuzzle.tinyplugz', module='tiny-plugz-guice', version='0.3.0')
)
libraryDependencies += "de.skuzzle.tinyplugz" % "tiny-plugz-guice" % "0.3.0"
[de.skuzzle.tinyplugz/tiny-plugz-guice "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.skuzzle.tinyplugz : tiny-plugz | jar | 0.3.0 |
| org.slf4j : slf4j-api | jar | |
| com.google.inject : guice | jar | |
| aopalliance : aopalliance | jar | 1.0 |
| com.google.inject.extensions : guice-multibindings | jar | |
| javax.inject : javax.inject | jar | |
| junit : junit | jar | |
| org.mockito : mockito-all | jar | |
| org.powermock : powermock-core | jar | |
| org.powermock : powermock-module-junit4 | jar | |
| org.powermock : powermock-api-mockito | jar | |
| org.powermock : powermock-classloading-xstream | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject.extensions : guice-servlet | jar | |
| javax.servlet : servlet-api | jar | |
| org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| de.skuzzle.tinyplugz : tiny-plugz | test-jar | 0.3.0 |
| org.slf4j : slf4j-simple | jar | 1.7.12 |