is not current version
Last Version 0.2.0

com.github.firststraw:guice-test-helper 0.1.0

Library containing convenience classes to simplify unit testing of Guice injectors and modules.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.firststraw
ArtifactId

ArtifactId

guice-test-helper
Version

Version

0.1.0
Type

Type

jar

Download guice-test-helper 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/ -->
<dependency>
    <groupId>com.github.firststraw</groupId>
    <artifactId>guice-test-helper</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation 'com.github.firststraw:guice-test-helper:0.1.0'
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation ("com.github.firststraw:guice-test-helper:0.1.0")
'com.github.firststraw:guice-test-helper:jar:0.1.0'
<dependency org="com.github.firststraw" name="guice-test-helper" rev="0.1.0">
  <artifact name="guice-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='guice-test-helper', version='0.1.0')
)
libraryDependencies += "com.github.firststraw" % "guice-test-helper" % "0.1.0"
[com.github.firststraw/guice-test-helper "0.1.0"]