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