License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Native Development Tools |
GroupId | GroupIdorg.jboss.as |
ArtifactId | ArtifactIdjbossweb-native |
Last Version | Last Version2.0.10.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBoss Application Server: Web Native Subsystem
natives bundled in jar
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jbossweb-native-2.0.10.Final.pom | |
jbossweb-native-2.0.10.Final.jar | 4 MB |
jbossweb-native-2.0.10.Final-sources.jar | 23 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/ -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jbossweb-native</artifactId>
<version>2.0.10.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/
implementation 'org.jboss.as:jbossweb-native:2.0.10.Final'
// https://jarcasting.com/artifacts/org.jboss.as/jbossweb-native/
implementation ("org.jboss.as:jbossweb-native:2.0.10.Final")
'org.jboss.as:jbossweb-native:jar:2.0.10.Final'
<dependency org="org.jboss.as" name="jbossweb-native" rev="2.0.10.Final">
<artifact name="jbossweb-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.as', module='jbossweb-native', version='2.0.10.Final')
)
libraryDependencies += "org.jboss.as" % "jbossweb-native" % "2.0.10.Final"
[org.jboss.as/jbossweb-native "2.0.10.Final"]