| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.codehaus.enunciate |
| Идентификатор | Идентификаторenunciate-integration-jersey-storage |
| Версия | Версия1.8-beta1 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-integration-jersey-storage/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-integration-jersey-storage</artifactId>
<version>1.8-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-integration-jersey-storage/
implementation 'org.codehaus.enunciate:enunciate-integration-jersey-storage:1.8-beta1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-integration-jersey-storage/
implementation ("org.codehaus.enunciate:enunciate-integration-jersey-storage:1.8-beta1")
'org.codehaus.enunciate:enunciate-integration-jersey-storage:war:1.8-beta1'
<dependency org="org.codehaus.enunciate" name="enunciate-integration-jersey-storage" rev="1.8-beta1">
<artifact name="enunciate-integration-jersey-storage" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-integration-jersey-storage', version='1.8-beta1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-integration-jersey-storage" % "1.8-beta1"
[org.codehaus.enunciate/enunciate-integration-jersey-storage "1.8-beta1"]