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