MVN

org.jboss.ws : jbossws-jboss713-tests-integration

Maven & Gradle

Sep 17, 2013
2 usages

JBossWS JBoss AS 7.1.3.Final Tests Side Integration · JBossWS JBoss AS 7.1.3.Final Tests Side Integration

<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-jboss713-tests-integration</artifactId>
    <version>4.2.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.ws : jbossws-jboss713-tests-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.1.Final
  • Latest Beta: 4.2.0.Beta1

All Versions

Choose a version of org.jboss.ws : jbossws-jboss713-tests-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
jbossws-jboss713-tests-integration-4.2.1.Final
jbossws-jboss713-tests-integration-4.2.0.Final
jbossws-jboss713-tests-integration-4.2.0.Beta1
4.1.x
jbossws-jboss713-tests-integration-4.1.1.Final

How to add a dependency to Maven

Add the following org.jboss.ws : jbossws-jboss713-tests-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-jboss713-tests-integration</artifactId>
    <version>4.2.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.ws : jbossws-jboss713-tests-integration gradle dependency to your build.gradle file:

implementation 'org.jboss.ws:jbossws-jboss713-tests-integration:4.2.1.Final'

Gradle Kotlin DSL: Add the following org.jboss.ws : jbossws-jboss713-tests-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.ws:jbossws-jboss713-tests-integration:4.2.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.ws : jbossws-jboss713-tests-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.ws" % "jbossws-jboss713-tests-integration" % "4.2.1.Final"

Advertisement