h

hello-world

Demonstrates the steps taken to publish a service using the jUDDI API directly
Files download
File Operation
hello-world-3.1.5.jar download
hello-world-3.1.5.pom download
hello-world-3.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.juddi.example</groupId>
  <artifactId>hello-world</artifactId>
  <version>3.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.juddi.example:hello-world:3.1.5'
Gradle Kotlin
implementation("org.apache.juddi.example:hello-world:3.1.5")
Scala SBT
libraryDependencies += "org.apache.juddi.example" % "hello-world" % "3.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.juddi.example', module='hello-world', version='3.1.5')
)
Apache Ivy
<dependency org="org.apache.juddi.example" name="hello-world" rev="3.1.5" />
Leiningen
[org.apache.juddi.example/hello-world "3.1.5"]
Apache Buildr
'org.apache.juddi.example:hello-world:jar:3.1.5'