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