is not current version
Last Version 1.4.4.Final

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

Maven parent for JBossWS artifacts

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.ws
ArtifactId

ArtifactId

jbossws-parent
Version

Version

1.1.0.GA
Type

Type

pom

Download jbossws-parent 1.1.0.GA


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