Categories |
CategoriesJUnit Unit Testing HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.testifyproject.junit4 |
ArtifactId | ArtifactIdhk2-integration-test |
Version | Version0.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>hk2-integration-test</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/
implementation 'org.testifyproject.junit4:hk2-integration-test:0.9.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/
implementation ("org.testifyproject.junit4:hk2-integration-test:0.9.6")
'org.testifyproject.junit4:hk2-integration-test:jar:0.9.6'
<dependency org="org.testifyproject.junit4" name="hk2-integration-test" rev="0.9.6">
<artifact name="hk2-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='hk2-integration-test', version='0.9.6')
)
libraryDependencies += "org.testifyproject.junit4" % "hk2-integration-test" % "0.9.6"
[org.testifyproject.junit4/hk2-integration-test "0.9.6"]