Files download
File Operation
atmosphere-runtime-libs-3.0.5.slf4jvaadin1.pom download
Apache Maven
<dependency>
  <groupId>com.vaadin.external.atmosphere</groupId>
  <artifactId>atmosphere-runtime-libs</artifactId>
  <version>3.0.5.slf4jvaadin1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vaadin.external.atmosphere:atmosphere-runtime-libs:3.0.5.slf4jvaadin1'
Gradle Kotlin
implementation("com.vaadin.external.atmosphere:atmosphere-runtime-libs:3.0.5.slf4jvaadin1")
Scala SBT
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-runtime-libs" % "3.0.5.slf4jvaadin1"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.external.atmosphere', module='atmosphere-runtime-libs', version='3.0.5.slf4jvaadin1')
)
Apache Ivy
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime-libs" rev="3.0.5.slf4jvaadin1" />
Leiningen
[com.vaadin.external.atmosphere/atmosphere-runtime-libs "3.0.5.slf4jvaadin1"]
Apache Buildr
'com.vaadin.external.atmosphere:atmosphere-runtime-libs:jar:3.0.5.slf4jvaadin1'