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