is not current version
Last Version 1.4.4.Final

org.jboss.ws:jbossws-parent 1.0.10.GA

Maven parent for JBossWS artifacts

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.ws
ArtifactId

ArtifactId

jbossws-parent
Version

Version

1.0.10.GA
Type

Type

pom

Download jbossws-parent 1.0.10.GA


<!-- https://jarcasting.com/artifacts/org.jboss.ws/jbossws-parent/ -->
<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-parent</artifactId>
    <version>1.0.10.GA</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.ws/jbossws-parent/
implementation 'org.jboss.ws:jbossws-parent:1.0.10.GA'
// https://jarcasting.com/artifacts/org.jboss.ws/jbossws-parent/
implementation ("org.jboss.ws:jbossws-parent:1.0.10.GA")
'org.jboss.ws:jbossws-parent:pom:1.0.10.GA'
<dependency org="org.jboss.ws" name="jbossws-parent" rev="1.0.10.GA">
  <artifact name="jbossws-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.ws', module='jbossws-parent', version='1.0.10.GA')
)
libraryDependencies += "org.jboss.ws" % "jbossws-parent" % "1.0.10.GA"
[org.jboss.ws/jbossws-parent "1.0.10.GA"]