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