MVN

org.jboss.ws : jbossws-shared-testsuite

Maven & Gradle

Jun 25, 2013
2 usages

JBoss Web Services - Stack Agnostic Test Suite · JBossWS Stack Agnostic Testsuite

<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-shared-testsuite</artifactId>
    <version>4.1.3.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.ws : jbossws-shared-testsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3.Final
  • Latest Beta: 4.2.0.Beta1
  • Latest Alpha: 4.2.0.Alpha1

All Versions

Choose a version of org.jboss.ws : jbossws-shared-testsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
jbossws-shared-testsuite-4.2.0.Beta1
jbossws-shared-testsuite-4.2.0.Alpha1
4.1.x
jbossws-shared-testsuite-4.1.3.Final
jbossws-shared-testsuite-4.1.2.Final
jbossws-shared-testsuite-4.1.1.Final
jbossws-shared-testsuite-4.1.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.ws</groupId>
    <artifactId>jbossws-shared-testsuite</artifactId>
    <version>4.1.3.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.ws : jbossws-shared-testsuite gradle dependency to your build.gradle file:

implementation 'org.jboss.ws:jbossws-shared-testsuite:4.1.3.Final'

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

implementation("org.jboss.ws:jbossws-shared-testsuite:4.1.3.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.ws : jbossws-shared-testsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.ws" % "jbossws-shared-testsuite" % "4.1.3.Final"

Advertisement