License |
License |
---|---|
GroupId | GroupIdorg.apache.juddi.example |
ArtifactId | ArtifactIdsimple-browse |
Version | Version3.1.5 |
Type | Typejar |
Description |
DescriptionjUDDI Example Simple Browse
Demonstrates the steps taken to Browse a UDDI directory
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-browse-3.1.5.pom | |
simple-browse-3.1.5.jar | 15 KB |
simple-browse-3.1.5-sources.jar | 10 KB |
simple-browse-3.1.5-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.juddi.example/simple-browse/ -->
<dependency>
<groupId>org.apache.juddi.example</groupId>
<artifactId>simple-browse</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juddi.example/simple-browse/
implementation 'org.apache.juddi.example:simple-browse:3.1.5'
// https://jarcasting.com/artifacts/org.apache.juddi.example/simple-browse/
implementation ("org.apache.juddi.example:simple-browse:3.1.5")
'org.apache.juddi.example:simple-browse:jar:3.1.5'
<dependency org="org.apache.juddi.example" name="simple-browse" rev="3.1.5">
<artifact name="simple-browse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juddi.example', module='simple-browse', version='3.1.5')
)
libraryDependencies += "org.apache.juddi.example" % "simple-browse" % "3.1.5"
[org.apache.juddi.example/simple-browse "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 |