is not current version
Last Version 1.21.1

org.codehaus.enunciate:enunciate-rest-rt 1.20-RC2

The Enunciate REST runtime contains the libraries to support the Enunciate-specific REST framework.

GroupId

GroupId

org.codehaus.enunciate
ArtifactId

ArtifactId

enunciate-rest-rt
Version

Version

1.20-RC2
Type

Type

jar

Download enunciate-rest-rt 1.20-RC2


<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/ -->
<dependency>
    <groupId>org.codehaus.enunciate</groupId>
    <artifactId>enunciate-rest-rt</artifactId>
    <version>1.20-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/
implementation 'org.codehaus.enunciate:enunciate-rest-rt:1.20-RC2'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/
implementation ("org.codehaus.enunciate:enunciate-rest-rt:1.20-RC2")
'org.codehaus.enunciate:enunciate-rest-rt:jar:1.20-RC2'
<dependency org="org.codehaus.enunciate" name="enunciate-rest-rt" rev="1.20-RC2">
  <artifact name="enunciate-rest-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-rest-rt', version='1.20-RC2')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-rest-rt" % "1.20-RC2"
[org.codehaus.enunciate/enunciate-rest-rt "1.20-RC2"]