<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>3.0.5.slf4jvaadin1</version>
<type>bundle</type>
</dependency>
implementation("com.vaadin.external.atmosphere:atmosphere-runtime:3.0.5.slf4jvaadin1")
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-runtime" % "3.0.5.slf4jvaadin1"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-runtime', version='3.0.5.slf4jvaadin1')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime" rev="3.0.5.slf4jvaadin1" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>3.0.5.slf4jvaadin1</version> </parent>
compile
|-- org.apache.commons:commons-pool2:2.3
provided
|-- jakarta.servlet:jakarta.servlet-api:5.0.0
|-- jakarta.websocket:jakarta.websocket-api:2.0.0