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