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