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