| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаorg.atmosphere.samples |
| Идентификатор | Идентификаторatmosphere-scala-chat |
| Версия | Версия0.5.1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| atmosphere-scala-chat-0.5.1.pom | |
| atmosphere-scala-chat-0.5.1.war | 6 MB |
| atmosphere-scala-chat-0.5.1-sources.jar | 52 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-scala-chat</artifactId>
<version>0.5.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/
implementation 'org.atmosphere.samples:atmosphere-scala-chat:0.5.1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-scala-chat/
implementation ("org.atmosphere.samples:atmosphere-scala-chat:0.5.1")
'org.atmosphere.samples:atmosphere-scala-chat:war:0.5.1'
<dependency org="org.atmosphere.samples" name="atmosphere-scala-chat" rev="0.5.1">
<artifact name="atmosphere-scala-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-scala-chat', version='0.5.1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-scala-chat" % "0.5.1"
[org.atmosphere.samples/atmosphere-scala-chat "0.5.1"]