| Категории |
КатегорииRESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаws.ament.hammock |
| Идентификатор | Идентификаторrest-resteasy |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rest-resteasy-1.2.1.pom | |
| rest-resteasy-1.2.1.jar | 5 KB |
| rest-resteasy-1.2.1-sources.jar | 3 KB |
| rest-resteasy-1.2.1-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>rest-resteasy</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation 'ws.ament.hammock:rest-resteasy:1.2.1'
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-resteasy/
implementation ("ws.ament.hammock:rest-resteasy:1.2.1")
'ws.ament.hammock:rest-resteasy:jar:1.2.1'
<dependency org="ws.ament.hammock" name="rest-resteasy" rev="1.2.1">
<artifact name="rest-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='rest-resteasy', version='1.2.1')
)
libraryDependencies += "ws.ament.hammock" % "rest-resteasy" % "1.2.1"
[ws.ament.hammock/rest-resteasy "1.2.1"]