| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.atmosphere.samples |
| Идентификатор | Идентификаторatmosphere-simple-jersey |
| Версия | Версия0.5.v20100104 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| atmosphere-simple-jersey-0.5.v20100104.pom | |
| atmosphere-simple-jersey-0.5.v20100104.war | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-simple-jersey</artifactId>
<version>0.5.v20100104</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/
implementation 'org.atmosphere.samples:atmosphere-simple-jersey:0.5.v20100104'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-simple-jersey/
implementation ("org.atmosphere.samples:atmosphere-simple-jersey:0.5.v20100104")
'org.atmosphere.samples:atmosphere-simple-jersey:war:0.5.v20100104'
<dependency org="org.atmosphere.samples" name="atmosphere-simple-jersey" rev="0.5.v20100104">
<artifact name="atmosphere-simple-jersey" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-simple-jersey', version='0.5.v20100104')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-simple-jersey" % "0.5.v20100104"
[org.atmosphere.samples/atmosphere-simple-jersey "0.5.v20100104"]