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