MVN

org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest

Maven & Gradle

Dec 09, 2013

Enunciate - JAXWS-RI/REST Integration Tests · Integration tests for Enunciate, testing the JAXWS-RI + REST combo.

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-integration-jaxws-ri-rest</artifactId>
    <version>1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.28
  • Latest Release Candidate: 1.28-RC2

All Versions

Choose a version of org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28
enunciate-integration-jaxws-ri-rest-1.28
enunciate-integration-jaxws-ri-rest-1.28-RC2
enunciate-integration-jaxws-ri-rest-1.28-RC1
1.27
enunciate-integration-jaxws-ri-rest-1.27
enunciate-integration-jaxws-ri-rest-1.27-RC2
enunciate-integration-jaxws-ri-rest-1.27-RC1
1.26.x
enunciate-integration-jaxws-ri-rest-1.26.2
enunciate-integration-jaxws-ri-rest-1.26.1
1.26
enunciate-integration-jaxws-ri-rest-1.26
enunciate-integration-jaxws-ri-rest-1.26-RC3
enunciate-integration-jaxws-ri-rest-1.26-RC2
enunciate-integration-jaxws-ri-rest-1.26-RC1
1.25
enunciate-integration-jaxws-ri-rest-1.25-RC2
enunciate-integration-jaxws-ri-rest-1.25-RC1
1.24
enunciate-integration-jaxws-ri-rest-1.24
enunciate-integration-jaxws-ri-rest-1.24-RC1
1.23
enunciate-integration-jaxws-ri-rest-1.23
1.22
enunciate-integration-jaxws-ri-rest-1.22
enunciate-integration-jaxws-ri-rest-1.22-RC3
enunciate-integration-jaxws-ri-rest-1.22-RC2
enunciate-integration-jaxws-ri-rest-1.22-RC1
1.21.x
enunciate-integration-jaxws-ri-rest-1.21.1
1.21
enunciate-integration-jaxws-ri-rest-1.21
enunciate-integration-jaxws-ri-rest-1.21-RC3
enunciate-integration-jaxws-ri-rest-1.21-RC2
enunciate-integration-jaxws-ri-rest-1.21-RC1
1.20
enunciate-integration-jaxws-ri-rest-1.20
enunciate-integration-jaxws-ri-rest-1.20-RC2
enunciate-integration-jaxws-ri-rest-1.20-RC1
1.19
enunciate-integration-jaxws-ri-rest-1.19
enunciate-integration-jaxws-ri-rest-1.19-RC1
1.18
enunciate-integration-jaxws-ri-rest-1.18
enunciate-integration-jaxws-ri-rest-1.18-RC2
enunciate-integration-jaxws-ri-rest-1.18-RC1
1.17
enunciate-integration-jaxws-ri-rest-1.17
enunciate-integration-jaxws-ri-rest-1.17-RC1
1.10
enunciate-integration-jaxws-ri-rest-1.10
enunciate-integration-jaxws-ri-rest-1.10-RC3
enunciate-integration-jaxws-ri-rest-1.10-RC2
enunciate-integration-jaxws-ri-rest-1.10-RC1
1.9
enunciate-integration-jaxws-ri-rest-1.9
enunciate-integration-jaxws-ri-rest-1.9-RC2
enunciate-integration-jaxws-ri-rest-1.9-RC1

How to add a dependency to Maven

Add the following org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-integration-jaxws-ri-rest</artifactId>
    <version>1.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest gradle dependency to your build.gradle file:

implementation 'org.codehaus.enunciate:enunciate-integration-jaxws-ri-rest:1.28'

Gradle Kotlin DSL: Add the following org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.enunciate:enunciate-integration-jaxws-ri-rest:1.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.enunciate : enunciate-integration-jaxws-ri-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.enunciate" % "enunciate-integration-jaxws-ri-rest" % "1.28"