MVN

org.wildfly.swarm : webservices-api

Maven & Gradle

Jun 28, 2016
4 usages

WildFly Swarm: WebServices API · WildFly Swarm: WebServices API

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>webservices-api</artifactId>
    <version>1.0.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.swarm : webservices-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.Final
  • Latest Beta: 1.0.0.Beta7

All Versions

Choose a version of org.wildfly.swarm : webservices-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
webservices-api-1.0.2.Final
webservices-api-1.0.1.Final
webservices-api-1.0.0.Final
webservices-api-1.0.0.CR3
webservices-api-1.0.0.CR2
webservices-api-1.0.0.CR1
webservices-api-1.0.0.Beta7
webservices-api-1.0.0.Beta6
webservices-api-1.0.0.Beta5
webservices-api-1.0.0.Beta4
webservices-api-1.0.0.Beta3

How to add a dependency to Maven

Add the following org.wildfly.swarm : webservices-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>webservices-api</artifactId>
    <version>1.0.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.swarm : webservices-api gradle dependency to your build.gradle file:

implementation 'org.wildfly.swarm:webservices-api:1.0.2.Final'

Gradle Kotlin DSL: Add the following org.wildfly.swarm : webservices-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.swarm:webservices-api:1.0.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.swarm : webservices-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.swarm" % "webservices-api" % "1.0.2.Final"

Advertisement