| Группа | Группаorg.apache.juddi |
|---|---|
| Идентификатор | Идентификаторjuddi-web |
| Версия | Версия2.0rc6 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| juddi-web-2.0rc6.pom | |
| juddi-web-2.0rc6.war | 10 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.juddi/juddi-web/ -->
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-web</artifactId>
<version>2.0rc6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juddi/juddi-web/
implementation 'org.apache.juddi:juddi-web:2.0rc6'
// https://jarcasting.com/artifacts/org.apache.juddi/juddi-web/
implementation ("org.apache.juddi:juddi-web:2.0rc6")
'org.apache.juddi:juddi-web:war:2.0rc6'
<dependency org="org.apache.juddi" name="juddi-web" rev="2.0rc6">
<artifact name="juddi-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.juddi', module='juddi-web', version='2.0rc6')
)
libraryDependencies += "org.apache.juddi" % "juddi-web" % "2.0rc6"
[org.apache.juddi/juddi-web "2.0rc6"]