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