Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdws-test-harness |
Version | Version2.3.1 |
Type | Typepom |
Filename | Size |
---|---|
ws-test-harness-2.3.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/ws-test-harness/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>ws-test-harness</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/ws-test-harness/
implementation 'org.glassfish.metro:ws-test-harness:2.3.1'
// https://jarcasting.com/artifacts/org.glassfish.metro/ws-test-harness/
implementation ("org.glassfish.metro:ws-test-harness:2.3.1")
'org.glassfish.metro:ws-test-harness:pom:2.3.1'
<dependency org="org.glassfish.metro" name="ws-test-harness" rev="2.3.1">
<artifact name="ws-test-harness" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='ws-test-harness', version='2.3.1')
)
libraryDependencies += "org.glassfish.metro" % "ws-test-harness" % "2.3.1"
[org.glassfish.metro/ws-test-harness "2.3.1"]