| Группа | Группаorg.codehaus.enunciate |
|---|---|
| Идентификатор | Идентификаторenunciate-rest |
| Последняя версия | Последняя версия1.21.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnunciate - REST Module
The Enunciate REST module generates the REST support for the Enunciated project.
|
| Имя Файла | Размер |
|---|---|
| enunciate-rest-1.21.1.pom | |
| enunciate-rest-1.21.1.jar | 14 KB |
| enunciate-rest-1.21.1-sources.jar | 15 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |