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