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