is not current version
Last Version 4.2.1.Final

org.jboss.ws.native:jbossws-native 4.2.0.CR1

JBossWS Native stack

Categories

Categories

JBoss Container Application Servers Native Development Tools
GroupId

GroupId

org.jboss.ws.native
ArtifactId

ArtifactId

jbossws-native
Version

Version

4.2.0.CR1
Type

Type

pom

Download jbossws-native 4.2.0.CR1


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