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