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