This project has retired. For details please refer to its Attic page.
jUDDI Example Service Registration – Dependency Information Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.juddi.example</groupId>
  <artifactId>uddi-annotations</artifactId>
  <version>3.3.10</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.apache.juddi.example:uddi-annotations:war:3.3.10'

Apache Ivy

<dependency org="org.apache.juddi.example" name="uddi-annotations" rev="3.3.10">
  <artifact name="uddi-annotations" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.juddi.example', module='uddi-annotations', version='3.3.10')
)

Gradle/Grails

compile 'org.apache.juddi.example:uddi-annotations:3.3.10'

Scala SBT

libraryDependencies += "org.apache.juddi.example" % "uddi-annotations" % "3.3.10"

Leiningen

[org.apache.juddi.example/uddi-annotations "3.3.10"]