<dependency> <groupId>org.apache.juddi</groupId> <artifactId>uddi-ws</artifactId> <version>3.0.4</version> <type>bundle</type> </dependency>
implementation 'org.apache.juddi:uddi-ws:3.0.4'
implementation("org.apache.juddi:uddi-ws:3.0.4")
libraryDependencies += "org.apache.juddi" % "uddi-ws" % "3.0.4"
@Grapes( @Grab(group='org.apache.juddi', module='uddi-ws', version='3.0.4') )
<dependency org="org.apache.juddi" name="uddi-ws" rev="3.0.4" />
[org.apache.juddi/uddi-ws "3.0.4"]
'org.apache.juddi:uddi-ws:jar:3.0.4'
<parent> <groupId>org.apache.juddi</groupId> <artifactId>juddi-parent</artifactId> <version>3.0.4</version> </parent>
compile
|-- javax.xml.bind:jaxb-api:2.1
|-- com.sun.xml.ws:jaxws-rt:2.1.4
|-- com.sun.xml.bind:jaxb-impl:2.1.9
|-- log4j:log4j:1.2.13
test
|-- junit:junit:4.5