| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.codehaus.enunciate |
| Идентификатор | Идентификаторenunciate-xfire-client |
| Версия | Версия1.5-RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| enunciate-xfire-client-1.5-RC1.pom | |
| enunciate-xfire-client-1.5-RC1.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-xfire-client</artifactId>
<version>1.5-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/
implementation 'org.codehaus.enunciate:enunciate-xfire-client:1.5-RC1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/
implementation ("org.codehaus.enunciate:enunciate-xfire-client:1.5-RC1")
'org.codehaus.enunciate:enunciate-xfire-client:jar:1.5-RC1'
<dependency org="org.codehaus.enunciate" name="enunciate-xfire-client" rev="1.5-RC1">
<artifact name="enunciate-xfire-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-xfire-client', version='1.5-RC1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-xfire-client" % "1.5-RC1"
[org.codehaus.enunciate/enunciate-xfire-client "1.5-RC1"]