Categories |
CategoriesJavaScript Languages GWT (Google Web Toolkit) User Interface Web Frameworks Vaadin |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere |
ArtifactId | ArtifactIdatmosphere-gwt-js |
Version | Version1.0.14.vaadin4 |
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.14.vaadin4</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.14.vaadin4'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-gwt-js/
implementation ("com.vaadin.external.atmosphere:atmosphere-gwt-js:1.0.14.vaadin4")
'com.vaadin.external.atmosphere:atmosphere-gwt-js:war:1.0.14.vaadin4'
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-gwt-js" rev="1.0.14.vaadin4">
<artifact name="atmosphere-gwt-js" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-gwt-js', version='1.0.14.vaadin4')
)
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-gwt-js" % "1.0.14.vaadin4"
[com.vaadin.external.atmosphere/atmosphere-gwt-js "1.0.14.vaadin4"]