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