文件下载
文件名 操作
atmosphere-weblogic-2.4.21.jar 下载
atmosphere-weblogic-2.4.21.pom 下载
atmosphere-weblogic-2.4.21-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere</groupId>
  <artifactId>atmosphere-weblogic</artifactId>
  <version>2.4.21</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere:atmosphere-weblogic:2.4.21'
Gradle Kotlin
implementation("org.atmosphere:atmosphere-weblogic:2.4.21")
Scala SBT
libraryDependencies += "org.atmosphere" % "atmosphere-weblogic" % "2.4.21"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere', module='atmosphere-weblogic', version='2.4.21')
)
Apache Ivy
<dependency org="org.atmosphere" name="atmosphere-weblogic" rev="2.4.21" />
Leiningen
[org.atmosphere/atmosphere-weblogic "2.4.21"]
Apache Buildr
'org.atmosphere:atmosphere-weblogic:jar:2.4.21'