License |
License |
---|---|
GroupId | GroupIdorg.apache.juddi.example |
ArtifactId | ArtifactIdhello-world |
Version | Version3.1.5 |
Type | Typejar |
Description |
DescriptionjUDDI Example Hello World
Demonstrates the steps taken to publish a service using the jUDDI API directly
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-world-3.1.5.pom | |
hello-world-3.1.5.jar | 9 KB |
hello-world-3.1.5-sources.jar | 7 KB |
hello-world-3.1.5-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.juddi.example/hello-world/ -->
<dependency>
<groupId>org.apache.juddi.example</groupId>
<artifactId>hello-world</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juddi.example/hello-world/
implementation 'org.apache.juddi.example:hello-world:3.1.5'
// https://jarcasting.com/artifacts/org.apache.juddi.example/hello-world/
implementation ("org.apache.juddi.example:hello-world:3.1.5")
'org.apache.juddi.example:hello-world:jar:3.1.5'
<dependency org="org.apache.juddi.example" name="hello-world" rev="3.1.5">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juddi.example', module='hello-world', version='3.1.5')
)
libraryDependencies += "org.apache.juddi.example" % "hello-world" % "3.1.5"
[org.apache.juddi.example/hello-world "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 |