Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.googlecode.guice-junit4 |
ArtifactId | ArtifactIdguice-junit4-core |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/ -->
<dependency>
<groupId>com.googlecode.guice-junit4</groupId>
<artifactId>guice-junit4-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/
implementation 'com.googlecode.guice-junit4:guice-junit4-core:0.1.1'
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/
implementation ("com.googlecode.guice-junit4:guice-junit4-core:0.1.1")
'com.googlecode.guice-junit4:guice-junit4-core:jar:0.1.1'
<dependency org="com.googlecode.guice-junit4" name="guice-junit4-core" rev="0.1.1">
<artifact name="guice-junit4-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.guice-junit4', module='guice-junit4-core', version='0.1.1')
)
libraryDependencies += "com.googlecode.guice-junit4" % "guice-junit4-core" % "0.1.1"
[com.googlecode.guice-junit4/guice-junit4-core "0.1.1"]