is not current version
Last Version 1.0.6

org.testifyproject.junit4:hk2-integration-test 1.0.4

A module that contains a JUnit test runner for running HK2 integration tests

Categories

Categories

JUnit Unit Testing HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

hk2-integration-test
Version

Version

1.0.4
Type

Type

jar

Download hk2-integration-test 1.0.4


<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/ -->
<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>hk2-integration-test</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/
implementation 'org.testifyproject.junit4:hk2-integration-test:1.0.4'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/hk2-integration-test/
implementation ("org.testifyproject.junit4:hk2-integration-test:1.0.4")
'org.testifyproject.junit4:hk2-integration-test:jar:1.0.4'
<dependency org="org.testifyproject.junit4" name="hk2-integration-test" rev="1.0.4">
  <artifact name="hk2-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='hk2-integration-test', version='1.0.4')
)
libraryDependencies += "org.testifyproject.junit4" % "hk2-integration-test" % "1.0.4"
[org.testifyproject.junit4/hk2-integration-test "1.0.4"]