is not current version
Last Version 1.4.4.Final

org.jboss.ws:jbossws-parent 1.2.0.CR1

Maven parent for JBossWS artifacts

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.ws
ArtifactId

ArtifactId

jbossws-parent
Version

Version

1.2.0.CR1
Type

Type

pom

Download jbossws-parent 1.2.0.CR1


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