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