Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere |
ArtifactId | ArtifactIdatmosphere-assembly |
Version | Version2.1.2.vaadin5 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-assembly-2.1.2.vaadin5.pom | 911 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-assembly/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-assembly</artifactId>
<version>2.1.2.vaadin5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-assembly/
implementation 'com.vaadin.external.atmosphere:atmosphere-assembly:2.1.2.vaadin5'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/atmosphere-assembly/
implementation ("com.vaadin.external.atmosphere:atmosphere-assembly:2.1.2.vaadin5")
'com.vaadin.external.atmosphere:atmosphere-assembly:pom:2.1.2.vaadin5'
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-assembly" rev="2.1.2.vaadin5">
<artifact name="atmosphere-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-assembly', version='2.1.2.vaadin5')
)
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-assembly" % "2.1.2.vaadin5"
[com.vaadin.external.atmosphere/atmosphere-assembly "2.1.2.vaadin5"]