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