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