Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.metro |
ArtifactId | ArtifactIdwebservices-tools |
Version | Version2.2-b10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.metro/webservices-tools/ -->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-tools</artifactId>
<version>2.2-b10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.metro/webservices-tools/
implementation 'org.glassfish.metro:webservices-tools:2.2-b10'
// https://jarcasting.com/artifacts/org.glassfish.metro/webservices-tools/
implementation ("org.glassfish.metro:webservices-tools:2.2-b10")
'org.glassfish.metro:webservices-tools:jar:2.2-b10'
<dependency org="org.glassfish.metro" name="webservices-tools" rev="2.2-b10">
<artifact name="webservices-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.metro', module='webservices-tools', version='2.2-b10')
)
libraryDependencies += "org.glassfish.metro" % "webservices-tools" % "2.2-b10"
[org.glassfish.metro/webservices-tools "2.2-b10"]