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