| License | License | 
|---|---|
| GroupId | GroupIdcom.helger | 
| ArtifactId | ArtifactIdph-jaxws-pom | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionph-jaxws-pom A POM only project that contains all dependencies to easily use JAXWS in your Maven project | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ph-jaxws-pom-1.3.2.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.helger/ph-jaxws-pom/ -->
<dependency>
    <groupId>com.helger</groupId>
    <artifactId>ph-jaxws-pom</artifactId>
    <version>1.3.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.helger/ph-jaxws-pom/
implementation 'com.helger:ph-jaxws-pom:1.3.2'// https://jarcasting.com/artifacts/com.helger/ph-jaxws-pom/
implementation ("com.helger:ph-jaxws-pom:1.3.2")'com.helger:ph-jaxws-pom:pom:1.3.2'<dependency org="com.helger" name="ph-jaxws-pom" rev="1.3.2">
  <artifact name="ph-jaxws-pom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.helger', module='ph-jaxws-pom', version='1.3.2')
)libraryDependencies += "com.helger" % "ph-jaxws-pom" % "1.3.2"[com.helger/ph-jaxws-pom "1.3.2"]