junice
Simple library to inject a Junit4 test classes via Google-Guice.
User guide can be found on http://99soft.github.com/junice/
have fun!
License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.99soft.guice |
ArtifactId | ArtifactIdjunice |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnice
Simple library to inject a Junit4 test classess via Google-Guice.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junice-1.3.pom | |
junice-1.3.jar | 41 KB |
junice-1.3-sources.jar | 38 KB |
junice-1.3-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.guice/junice/ -->
<dependency>
<groupId>org.99soft.guice</groupId>
<artifactId>junice</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.guice/junice/
implementation 'org.99soft.guice:junice:1.3'
// https://jarcasting.com/artifacts/org.99soft.guice/junice/
implementation ("org.99soft.guice:junice:1.3")
'org.99soft.guice:junice:jar:1.3'
<dependency org="org.99soft.guice" name="junice" rev="1.3">
<artifact name="junice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.guice', module='junice', version='1.3')
)
libraryDependencies += "org.99soft.guice" % "junice" % "1.3"
[org.99soft.guice/junice "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
commons-logging : commons-logging | jar | 1.1.1 |
com.google.collections : google-collections | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymockclassextension Optional | jar | 2.4 |
org.mockito : mockito-core Optional | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.15 |
Simple library to inject a Junit4 test classes via Google-Guice.
User guide can be found on http://99soft.github.com/junice/
have fun!