MVN

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

Maven & Gradle

May 10, 2018
1 usages

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

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

Latest Version

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

  • Latest Stable: 5.2.1.Final

All Versions

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

Version Vulnerabilities Updated
5.2.x
jbossws-wildfly1200-tests-integration-5.2.1.Final

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jboss.ws:jbossws-wildfly1200-tests-integration:5.2.1.Final'

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

implementation("org.jboss.ws:jbossws-wildfly1200-tests-integration:5.2.1.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jboss.ws" % "jbossws-wildfly1200-tests-integration" % "5.2.1.Final"

Advertisement