| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.juddi.example |
| Идентификатор | Идентификаторhello-world |
| Последняя версия | Последняя версия3.1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеjUDDI Example Hello World
Demonstrates the steps taken to publish a service using the jUDDI API directly
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |