| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.play |
| Идентификатор | Идентификаторplay-commons-rest |
| Версия | Версия1.1 |
| Тип | Типjar |
| Описание |
Описаниеplay-commons-rest
Set of commons libraries which will be shared between modules
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| play-commons-rest-1.1.pom | |
| play-commons-rest-1.1.jar | 5 KB |
| play-commons-rest-1.1-tests.jar | 2 KB |
| play-commons-rest-1.1-sources.jar | 4 KB |
| play-commons-rest-1.1-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.play/play-commons-rest/ -->
<dependency>
<groupId>org.ow2.play</groupId>
<artifactId>play-commons-rest</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.play/play-commons-rest/
implementation 'org.ow2.play:play-commons-rest:1.1'
// https://jarcasting.com/artifacts/org.ow2.play/play-commons-rest/
implementation ("org.ow2.play:play-commons-rest:1.1")
'org.ow2.play:play-commons-rest:jar:1.1'
<dependency org="org.ow2.play" name="play-commons-rest" rev="1.1">
<artifact name="play-commons-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.play', module='play-commons-rest', version='1.1')
)
libraryDependencies += "org.ow2.play" % "play-commons-rest" % "1.1"
[org.ow2.play/play-commons-rest "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| xmlunit : xmlunit | jar | 1.3 |