is not current version
Last Version 2.0.10.Final

org.jboss.as:jbossweb-native 2.0.10.Beta1

natives bundled in jar

Categories

Categories

JBoss Container Application Servers Native Development Tools
GroupId

GroupId

org.jboss.as
ArtifactId

ArtifactId

jbossweb-native
Version

Version

2.0.10.Beta1
Type

Type

jar

Download jbossweb-native 2.0.10.Beta1


<!-- https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/ -->
<dependency>
    <groupId>org.jboss.as</groupId>
    <artifactId>jbossweb-native</artifactId>
    <version>2.0.10.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/
implementation 'org.jboss.as:jbossweb-native:2.0.10.Beta1'
// https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/
implementation ("org.jboss.as:jbossweb-native:2.0.10.Beta1")
'org.jboss.as:jbossweb-native:jar:2.0.10.Beta1'
<dependency org="org.jboss.as" name="jbossweb-native" rev="2.0.10.Beta1">
  <artifact name="jbossweb-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.as', module='jbossweb-native', version='2.0.10.Beta1')
)
libraryDependencies += "org.jboss.as" % "jbossweb-native" % "2.0.10.Beta1"
[org.jboss.as/jbossweb-native "2.0.10.Beta1"]