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