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