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