Files download
File Operation
atmosphere-weblogic-2.1.0-RC2.jar download
atmosphere-weblogic-2.1.0-RC2.pom download
atmosphere-weblogic-2.1.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>atmosphere-weblogic</artifactId>
  <version>2.1.0-RC2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:atmosphere-weblogic:2.1.0-RC2'
Gradle Kotlin
implementation("org.atmosphere:atmosphere-weblogic:2.1.0-RC2")
Scala SBT
libraryDependencies += "org.atmosphere" % "atmosphere-weblogic" % "2.1.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='atmosphere-weblogic', version='2.1.0-RC2')
)
Apache Ivy
<dependency org="org.atmosphere" name="atmosphere-weblogic" rev="2.1.0-RC2" />
Leiningen
[org.atmosphere/atmosphere-weblogic "2.1.0-RC2"]
Apache Buildr
'org.atmosphere:atmosphere-weblogic:jar:2.1.0-RC2'