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