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