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