Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.firststraw |
ArtifactId | ArtifactIdguice-test-helper |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
guice-test-helper-0.1.0.pom | |
guice-test-helper-0.1.0.jar | 21 KB |
guice-test-helper-0.1.0-sources.jar | 18 KB |
guice-test-helper-0.1.0-javadoc.jar | 96 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.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"]