| Группа | Группаorg.atmosphere |
|---|---|
| Идентификатор | Идентификаторatmosphere-project |
| Версия | Версия0.5.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| atmosphere-project-0.5.3.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-project</artifactId>
<version>0.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-project/
implementation 'org.atmosphere:atmosphere-project:0.5.3'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-project/
implementation ("org.atmosphere:atmosphere-project:0.5.3")
'org.atmosphere:atmosphere-project:pom:0.5.3'
<dependency org="org.atmosphere" name="atmosphere-project" rev="0.5.3">
<artifact name="atmosphere-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-project', version='0.5.3')
)
libraryDependencies += "org.atmosphere" % "atmosphere-project" % "0.5.3"
[org.atmosphere/atmosphere-project "0.5.3"]