is not current version
Last Version 1.0.4

com.helger:ph-jaxws 1.0.2

A POM only project that contains all dependencies to easily use JAXWS in your Maven project

GroupId

GroupId

com.helger
ArtifactId

ArtifactId

ph-jaxws
Version

Version

1.0.2
Type

Type

pom

Download ph-jaxws 1.0.2

Filename Size
ph-jaxws-1.0.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.helger/ph-jaxws/ -->
<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-jaxws</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.helger/ph-jaxws/
implementation 'com.helger:ph-jaxws:1.0.2'
// https://jarcasting.com/artifacts/com.helger/ph-jaxws/
implementation ("com.helger:ph-jaxws:1.0.2")
'com.helger:ph-jaxws:pom:1.0.2'
<dependency org="com.helger" name="ph-jaxws" rev="1.0.2">
  <artifact name="ph-jaxws" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.helger', module='ph-jaxws', version='1.0.2')
)
libraryDependencies += "com.helger" % "ph-jaxws" % "1.0.2"
[com.helger/ph-jaxws "1.0.2"]