Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdtest-harness |
Version | Version1.6.10 |
Type | Typejar |
Filename | Size |
---|---|
test-harness-1.6.10.pom | |
test-harness-1.6.10.jar | 8 KB |
test-harness-1.6.10-sources.jar | 8 KB |
test-harness-1.6.10-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>test-harness</artifactId>
<version>1.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/
implementation 'org.glassfish.hk2:test-harness:1.6.10'
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/
implementation ("org.glassfish.hk2:test-harness:1.6.10")
'org.glassfish.hk2:test-harness:jar:1.6.10'
<dependency org="org.glassfish.hk2" name="test-harness" rev="1.6.10">
<artifact name="test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='test-harness', version='1.6.10')
)
libraryDependencies += "org.glassfish.hk2" % "test-harness" % "1.6.10"
[org.glassfish.hk2/test-harness "1.6.10"]