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