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