This project has retired. For details please refer to its Attic page.
UDDI Migration tool – Dependency Information Fork me on GitHub

Dependency Information

Apache Maven

  1. <dependency>
  2. <groupId>org.apache.juddi</groupId>
  3. <artifactId>uddi-migration-tool</artifactId>
  4. <version>3.3.10</version>
  5. <type>bundle</type>
  6. </dependency>

Apache Buildr

  1. 'org.apache.juddi:uddi-migration-tool:bundle:3.3.10'

Apache Ivy

  1. <dependency org="org.apache.juddi" name="uddi-migration-tool" rev="3.3.10">
  2. <artifact name="uddi-migration-tool" type="bundle" />
  3. </dependency>

Groovy Grape

  1. @Grapes(
  2. @Grab(group='org.apache.juddi', module='uddi-migration-tool', version='3.3.10')
  3. )

Gradle/Grails

  1. compile 'org.apache.juddi:uddi-migration-tool:3.3.10'

Scala SBT

  1. libraryDependencies += "org.apache.juddi" % "uddi-migration-tool" % "3.3.10"

Leiningen

  1. [org.apache.juddi/uddi-migration-tool "3.3.10"]