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