GroupId | GroupIdorg.codehaus.enunciate |
---|---|
ArtifactId | ArtifactIdenunciate-rest |
Last Version | Last Version1.21.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnunciate - REST Module
The Enunciate REST module generates the REST support for the Enunciated project.
|
Filename | Size |
---|---|
enunciate-rest-1.21.1.pom | |
enunciate-rest-1.21.1.jar | 14 KB |
enunciate-rest-1.21.1-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-rest</artifactId>
<version>1.21.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest/
implementation 'org.codehaus.enunciate:enunciate-rest:1.21.1'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-rest/
implementation ("org.codehaus.enunciate:enunciate-rest:1.21.1")
'org.codehaus.enunciate:enunciate-rest:jar:1.21.1'
<dependency org="org.codehaus.enunciate" name="enunciate-rest" rev="1.21.1">
<artifact name="enunciate-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-rest', version='1.21.1')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-rest" % "1.21.1"
[org.codehaus.enunciate/enunciate-rest "1.21.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.enunciate : enunciate-core | jar | 1.21.1 |
org.codehaus.enunciate : enunciate-rest-rt | jar | 1.21.1 |
org.codehaus.enunciate : enunciate-spring-app | jar | 1.21.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.enunciate : enunciate-core | jar | 1.21.1 |
javax.servlet : servlet-api | jar | 2.3 |
org.easymock : easymock | jar | 2.2 |
junit : junit | jar | 3.8.1 |