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