GroupId | GroupIdcom.sun.enterprise |
---|---|
ArtifactId | ArtifactIdtest-harness |
Last Version | Last Version1.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 test harness
Generic Modules subsystem
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
test-harness-1.6.9.pom | |
test-harness-1.6.9.jar | 8 KB |
test-harness-1.6.9-sources.jar | 8 KB |
test-harness-1.6.9-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/test-harness/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>test-harness</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/test-harness/
implementation 'com.sun.enterprise:test-harness:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/test-harness/
implementation ("com.sun.enterprise:test-harness:1.6.9")
'com.sun.enterprise:test-harness:jar:1.6.9'
<dependency org="com.sun.enterprise" name="test-harness" rev="1.6.9">
<artifact name="test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='test-harness', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "test-harness" % "1.6.9"
[com.sun.enterprise/test-harness "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.enterprise : hk2-core | jar | 1.6.9 |
junit : junit | jar | 4.3.1 |
ant : ant | jar | 1.6.5 |
com.sun.istack : istack-commons-test | jar | 1.0 |