MVN

org.apache.juddi : uddi-client

Maven & Gradle

Oct 12, 2009
1 usages

UDDI Client

<dependency>
    <groupId>org.apache.juddi</groupId>
    <artifactId>uddi-client</artifactId>
    <version>3.0.0.rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0.rc1
  • Latest Release Candidate: 3.0.0.rc1
  • Latest Beta: 3.0.0.beta
  • Latest Alpha: 3.0.0.alpha

All Versions

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

Version Vulnerabilities Updated
3.0.x
uddi-client-3.0.0.rc1
uddi-client-3.0.0.beta
uddi-client-3.0.0.alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.juddi</groupId>
    <artifactId>uddi-client</artifactId>
    <version>3.0.0.rc1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.juddi:uddi-client:3.0.0.rc1'

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

implementation("org.apache.juddi:uddi-client:3.0.0.rc1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.juddi" % "uddi-client" % "3.0.0.rc1"

Advertisement