License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.firststraw |
ArtifactId | ArtifactIdguice-test-helper |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Test Helper
Library containing convenience classes to simplify unit testing of Guice injectors and modules.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guice-test-helper-0.2.0.pom | |
guice-test-helper-0.2.0.jar | 21 KB |
guice-test-helper-0.2.0-sources.jar | 17 KB |
guice-test-helper-0.2.0-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/ -->
<dependency>
<groupId>com.github.firststraw</groupId>
<artifactId>guice-test-helper</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation 'com.github.firststraw:guice-test-helper:0.2.0'
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation ("com.github.firststraw:guice-test-helper:0.2.0")
'com.github.firststraw:guice-test-helper:jar:0.2.0'
<dependency org="com.github.firststraw" name="guice-test-helper" rev="0.2.0">
<artifact name="guice-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='guice-test-helper', version='0.2.0')
)
libraryDependencies += "com.github.firststraw" % "guice-test-helper" % "0.2.0"
[com.github.firststraw/guice-test-helper "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.inject : guice | jar | 4.2.3 |
org.apache.commons : commons-lang3 | jar | 3.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.3 |
org.mockito : mockito-core | jar | 3.3.3 |