Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdjaxws |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
jaxws-2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jaxws/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>jaxws</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jaxws/
implementation 'org.apache.geronimo.plugins:jaxws:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/jaxws/
implementation ("org.apache.geronimo.plugins:jaxws:2.2")
'org.apache.geronimo.plugins:jaxws:pom:2.2'
<dependency org="org.apache.geronimo.plugins" name="jaxws" rev="2.2">
<artifact name="jaxws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='jaxws', version='2.2')
)
libraryDependencies += "org.apache.geronimo.plugins" % "jaxws" % "2.2"
[org.apache.geronimo.plugins/jaxws "2.2"]