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