License |
License |
---|---|
GroupId | GroupIdcom.googlecode.junice |
ArtifactId | ArtifactIdjunice |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnice
Simple library to inject a Junit4 test classess via Google-Guice.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
junice-1.2.pom | |
junice-1.2.jar | 37 KB |
junice-1.2-sources.jar | 33 KB |
junice-1.2-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.junice/junice/ -->
<dependency>
<groupId>com.googlecode.junice</groupId>
<artifactId>junice</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.junice/junice/
implementation 'com.googlecode.junice:junice:1.2'
// https://jarcasting.com/artifacts/com.googlecode.junice/junice/
implementation ("com.googlecode.junice:junice:1.2")
'com.googlecode.junice:junice:jar:1.2'
<dependency org="com.googlecode.junice" name="junice" rev="1.2">
<artifact name="junice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.junice', module='junice', version='1.2')
)
libraryDependencies += "com.googlecode.junice" % "junice" % "1.2"
[com.googlecode.junice/junice "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 2.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.7 |
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 |