MVN

org.apache.juddi : juddi-rest-cxf

Maven & Gradle

Jun 23, 2021

jUDDI REST Services using Apache CXF

<dependency>
    <groupId>org.apache.juddi</groupId>
    <artifactId>juddi-rest-cxf</artifactId>
    <version>3.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.juddi : juddi-rest-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.10

All Versions

Choose a version of org.apache.juddi : juddi-rest-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
juddi-rest-cxf-3.3.10
juddi-rest-cxf-3.3.9
juddi-rest-cxf-3.3.8
juddi-rest-cxf-3.3.7
juddi-rest-cxf-3.3.6
juddi-rest-cxf-3.3.5
juddi-rest-cxf-3.3.4
juddi-rest-cxf-3.3.3
juddi-rest-cxf-3.3.2
juddi-rest-cxf-3.3.1
juddi-rest-cxf-3.3.0
3.2.x
juddi-rest-cxf-3.2.1
juddi-rest-cxf-3.2.0

How to add a dependency to Maven

Add the following org.apache.juddi : juddi-rest-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.juddi</groupId>
    <artifactId>juddi-rest-cxf</artifactId>
    <version>3.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.juddi : juddi-rest-cxf gradle dependency to your build.gradle file:

implementation 'org.apache.juddi:juddi-rest-cxf:3.3.10'

Gradle Kotlin DSL: Add the following org.apache.juddi : juddi-rest-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.juddi:juddi-rest-cxf:3.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.juddi : juddi-rest-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.juddi" % "juddi-rest-cxf" % "3.3.10"