a

atmosphere-compat-weblogic

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