| License |
License
lgpl
|
|---|---|
| Categories |
CategoriesJBoss Container Application Servers Native Development Tools |
| GroupId | GroupIdorg.jboss.ws.native |
| ArtifactId | ArtifactIdjbossws-native |
| Last Version | Last Version4.2.1.Final |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJBoss Web Services - Stack Native
JBossWS Native stack
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jbossws-native-4.2.1.Final.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.ws.native/jbossws-native/ -->
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
<version>4.2.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.ws.native/jbossws-native/
implementation 'org.jboss.ws.native:jbossws-native:4.2.1.Final'
// https://jarcasting.com/artifacts/org.jboss.ws.native/jbossws-native/
implementation ("org.jboss.ws.native:jbossws-native:4.2.1.Final")
'org.jboss.ws.native:jbossws-native:pom:4.2.1.Final'
<dependency org="org.jboss.ws.native" name="jbossws-native" rev="4.2.1.Final">
<artifact name="jbossws-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.ws.native', module='jbossws-native', version='4.2.1.Final')
)
libraryDependencies += "org.jboss.ws.native" % "jbossws-native" % "4.2.1.Final"
[org.jboss.ws.native/jbossws-native "4.2.1.Final"]