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