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