atmosphere-jms-demo

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

org.atmosphere
Идентификатор

Идентификатор

atmosphere-jms-demo
Последняя версия

Последняя версия

1.1.0.RC5
Дата

Дата

Тип

Тип

war
Описание

Описание

atmosphere-jms-demo
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать atmosphere-jms-demo

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jms-demo/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-jms-demo</artifactId>
    <version>1.1.0.RC5</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jms-demo/
implementation 'org.atmosphere:atmosphere-jms-demo:1.1.0.RC5'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jms-demo/
implementation ("org.atmosphere:atmosphere-jms-demo:1.1.0.RC5")
'org.atmosphere:atmosphere-jms-demo:war:1.1.0.RC5'
<dependency org="org.atmosphere" name="atmosphere-jms-demo" rev="1.1.0.RC5">
  <artifact name="atmosphere-jms-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-jms-demo', version='1.1.0.RC5')
)
libraryDependencies += "org.atmosphere" % "atmosphere-jms-demo" % "1.1.0.RC5"
[org.atmosphere/atmosphere-jms-demo "1.1.0.RC5"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.atmosphere : atmosphere-jms jar 1.1.0.RC5
org.atmosphere.samples : atmosphere-jersey-pubsub war 2.0.0.RC2
org.slf4j : slf4j-api jar 1.6.1

provided (5)

Идентификатор библиотеки Тип Версия
org.apache.geronimo.specs : geronimo-servlet_3.0_spec jar 1.0
org.eclipse.jetty : jetty-websocket jar 7.6.0.v20120127
org.mortbay.jetty : jetty jar 6.1.22
org.mortbay.jetty : jetty-util jar 6.1.22
org.mortbay.jetty : jetty-management jar 6.1.22

test (6)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 5.8
com.ning : async-http-client jar 1.7.6
org.slf4j : jul-to-slf4j jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1
ch.qos.logback : logback-core jar 0.9.30
ch.qos.logback : logback-classic jar 0.9.30

Модули Проекта

Данный проект не имеет модулей.

Atmosphere Framework Extensions and Plugin

You need Atmosphere Runtime version 2.4.0 and higher to use those extension. To install, just do

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>2.5.2</version>
      </dependency>

Where module can be one of the listed directory above. Client on the module's pom.xml to get the exact artifact name.

jdk8 JDK11 JDK13

For GWT 2.7

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>2.3.0-GWT27</version>
      </dependency>

Easiest way to use extensions is by looking at our Samples or jump directly into the code of the extensions you want to use.

Javadocs and Getting Started

If you are an Atmosphere GWT 1.0.x users, The GWT module is deprecated and the final version that can be used with Atmosphere 2.0.x is

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{gwt-module}</artifactId>
         <version>1.1.0.RC5</version>
      </dependency>

It is strongly recommended to upgrade to the GWT2.0 module.

If you are interested, subscribe to our mailing list for more info! We are on irc.freenode.net under #atmosphere-comet

[Analytics]

org.atmosphere

Atmosphere Framework

Версии библиотеки

Версия
1.1.0.RC5
1.1.0.RC4
1.1.0.RC3
1.1.0.RC2
1.1.0.RC1
1.1.0.beta3
1.1.0.beta2
1.1.0.beta1