License |
License |
---|---|
GroupId | GroupIdorg.apache.juddi.example |
ArtifactId | ArtifactIdwsdl2uddi |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjUDDI Example WSDL2UDDI
Demonstrates the steps taken to publish a webservice using the WSDL file
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wsdl2uddi-3.1.5.pom | |
wsdl2uddi-3.1.5.jar | 14 KB |
wsdl2uddi-3.1.5-sources.jar | 11 KB |
wsdl2uddi-3.1.5-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.juddi.example/wsdl2uddi/ -->
<dependency>
<groupId>org.apache.juddi.example</groupId>
<artifactId>wsdl2uddi</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juddi.example/wsdl2uddi/
implementation 'org.apache.juddi.example:wsdl2uddi:3.1.5'
// https://jarcasting.com/artifacts/org.apache.juddi.example/wsdl2uddi/
implementation ("org.apache.juddi.example:wsdl2uddi:3.1.5")
'org.apache.juddi.example:wsdl2uddi:jar:3.1.5'
<dependency org="org.apache.juddi.example" name="wsdl2uddi" rev="3.1.5">
<artifact name="wsdl2uddi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juddi.example', module='wsdl2uddi', version='3.1.5')
)
libraryDependencies += "org.apache.juddi.example" % "wsdl2uddi" % "3.1.5"
[org.apache.juddi.example/wsdl2uddi "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.juddi : uddi-ws | jar | 3.1.5 |
org.apache.juddi : juddi-client | jar | 3.1.5 |
commons-logging : commons-logging-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |