Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere |
ArtifactId | ArtifactIdatmosphere-extras |
Version | Version1.0.14.vaadin4 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-extras-1.0.14.vaadin4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-extras/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-extras</artifactId>
<version>1.0.14.vaadin4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-extras/
implementation 'com.vaadin.external.atmosphere:atmosphere-extras:1.0.14.vaadin4'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-extras/
implementation ("com.vaadin.external.atmosphere:atmosphere-extras:1.0.14.vaadin4")
'com.vaadin.external.atmosphere:atmosphere-extras:pom:1.0.14.vaadin4'
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-extras" rev="1.0.14.vaadin4">
<artifact name="atmosphere-extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-extras', version='1.0.14.vaadin4')
)
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-extras" % "1.0.14.vaadin4"
[com.vaadin.external.atmosphere/atmosphere-extras "1.0.14.vaadin4"]