MVN

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

Maven & Gradle

Apr 24, 2015
1 usages

JBossWS JBoss WildFly 8.2.0.Final Tests Side Integration · JBossWS WildFly 8.2.0.Final Tests Side Integration

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

Latest Version

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

  • Latest Stable: 5.0.0.Final
  • Latest Beta: 5.0.0.Beta1

All Versions

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

Version Vulnerabilities Updated
5.0.x
jbossws-wildfly820-tests-integration-5.0.0.Final
jbossws-wildfly820-tests-integration-5.0.0.CR1
jbossws-wildfly820-tests-integration-5.0.0.Beta1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jboss.ws:jbossws-wildfly820-tests-integration:5.0.0.Final'

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

implementation("org.jboss.ws:jbossws-wildfly820-tests-integration:5.0.0.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jboss.ws" % "jbossws-wildfly820-tests-integration" % "5.0.0.Final"