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