GroupId | GroupIdorg.codehaus.enunciate |
---|---|
ArtifactId | ArtifactIdenunciate-rest-rt |
Last Version | Last Version1.21.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnunciate - REST Runtime
The Enunciate REST runtime contains the libraries to support the Enunciate-specific REST framework.
|
Filename | Size |
---|---|
enunciate-rest-rt-1.21.1.pom | |
enunciate-rest-rt-1.21.1.jar | 62 KB |
enunciate-rest-rt-1.21.1-sources.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-rest-rt</artifactId>
<version>1.21.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/
implementation 'org.codehaus.enunciate:enunciate-rest-rt:1.21.1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest-rt/
implementation ("org.codehaus.enunciate:enunciate-rest-rt:1.21.1")
'org.codehaus.enunciate:enunciate-rest-rt:jar:1.21.1'
<dependency org="org.codehaus.enunciate" name="enunciate-rest-rt" rev="1.21.1">
<artifact name="enunciate-rest-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-rest-rt', version='1.21.1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-rest-rt" % "1.21.1"
[org.codehaus.enunciate/enunciate-rest-rt "1.21.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.enunciate : enunciate-core-rt | jar | 1.21.1 |
org.springframework : spring-beans | jar | 2.5.4 |
org.springframework : spring-context | jar | 2.5.4 |
org.springframework : spring-web | jar | 2.5.4 |
org.springframework : spring-webmvc | jar | 2.5.4 |
org.codehaus.jettison : jettison | jar | 1.0.1 |
commons-beanutils : commons-beanutils | jar | 1.7.0 |
com.thoughtworks.xstream : xstream | jar | 1.3 |
commons-fileupload : commons-fileupload Optional | jar | 1.2.1 |
com.sun.xml.bind : jaxb-impl | jar | 2.1.13 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-aop | jar | 2.5.4 |
org.easymock : easymock | jar | 2.2 |
junit : junit | jar | 3.8.1 |