File | Operation |
---|---|
atmosphere-runtime-libs-3.0.0.slf4jvaadin2.pom | download |
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime-libs</artifactId>
<version>3.0.0.slf4jvaadin2</version>
<type>pom</type>
</dependency>
implementation 'com.vaadin.external.atmosphere:atmosphere-runtime-libs:3.0.0.slf4jvaadin2'
implementation("com.vaadin.external.atmosphere:atmosphere-runtime-libs:3.0.0.slf4jvaadin2")
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-runtime-libs" % "3.0.0.slf4jvaadin2"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-runtime-libs', version='3.0.0.slf4jvaadin2')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime-libs" rev="3.0.0.slf4jvaadin2" />