Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.codehaus.enunciate |
ArtifactId | ArtifactIdenunciate-integration-jersey-storage |
Version | Version1.9-RC2 |
Type | Typewar |
<!-- 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.9-RC2</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.9-RC2'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-integration-jersey-storage/
implementation ("org.codehaus.enunciate:enunciate-integration-jersey-storage:1.9-RC2")
'org.codehaus.enunciate:enunciate-integration-jersey-storage:war:1.9-RC2'
<dependency org="org.codehaus.enunciate" name="enunciate-integration-jersey-storage" rev="1.9-RC2">
<artifact name="enunciate-integration-jersey-storage" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-integration-jersey-storage', version='1.9-RC2')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-integration-jersey-storage" % "1.9-RC2"
[org.codehaus.enunciate/enunciate-integration-jersey-storage "1.9-RC2"]