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