atmosphere-jgroups-project

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

Лицензия

Лицензия

Категории

Категории

JGroups Библиотеки уровня приложения Distributed Applications
Группа

Группа

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

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

org.atmosphere.extensions.jgroups
Последняя версия

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

1.1.0.RC5
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

Скачать org.atmosphere.extensions.jgroups

Имя Файла Размер
org.atmosphere.extensions.jgroups-1.1.0.RC5.pom 902 bytes
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.1

provided (4)

Идентификатор библиотеки Тип Версия
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

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

  • modules
  • samples

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.extensions

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