| License | License
                                                        lgpl                                                 | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.jboss.ws | 
| ArtifactId | ArtifactIdjbossws-jboss710-parent | 
| Last Version | Last Version4.1.0.Final | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionJBossWS JBoss AS 7.1.0.Final Integration Parent JBossWS JBoss AS 7.1.0.Final Integration Parent | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| jbossws-jboss710-parent-4.1.0.Final.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.ws/jbossws-jboss710-parent/ -->
<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-jboss710-parent</artifactId>
    <version>4.1.0.Final</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jboss.ws/jbossws-jboss710-parent/
implementation 'org.jboss.ws:jbossws-jboss710-parent:4.1.0.Final'// https://jarcasting.com/artifacts/org.jboss.ws/jbossws-jboss710-parent/
implementation ("org.jboss.ws:jbossws-jboss710-parent:4.1.0.Final")'org.jboss.ws:jbossws-jboss710-parent:pom:4.1.0.Final'<dependency org="org.jboss.ws" name="jbossws-jboss710-parent" rev="4.1.0.Final">
  <artifact name="jbossws-jboss710-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jboss.ws', module='jbossws-jboss710-parent', version='4.1.0.Final')
)libraryDependencies += "org.jboss.ws" % "jbossws-jboss710-parent" % "4.1.0.Final"[org.jboss.ws/jbossws-jboss710-parent "4.1.0.Final"]