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