Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdtest-harness |
Last Version | Last Version1.6.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 test harness
Generic Modules subsystem
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
test-harness-1.6.12.pom | |
test-harness-1.6.12.jar | 8 KB |
test-harness-1.6.12-sources.jar | 8 KB |
test-harness-1.6.12-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>test-harness</artifactId>
<version>1.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/
implementation 'org.glassfish.hk2:test-harness:1.6.12'
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-harness/
implementation ("org.glassfish.hk2:test-harness:1.6.12")
'org.glassfish.hk2:test-harness:jar:1.6.12'
<dependency org="org.glassfish.hk2" name="test-harness" rev="1.6.12">
<artifact name="test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='test-harness', version='1.6.12')
)
libraryDependencies += "org.glassfish.hk2" % "test-harness" % "1.6.12"
[org.glassfish.hk2/test-harness "1.6.12"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : hk2-core | jar | 1.6.12 |
junit : junit | jar | 4.3.1 |
ant : ant | jar | 1.6.5 |
com.sun.istack : istack-commons-test | jar | 1.0 |