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