Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere |
ArtifactId | ArtifactIdintegration-cpr |
Version | Version1.0.14.vaadin4 |
Type | Typejar |
Filename | Size |
---|---|
integration-cpr-1.0.14.vaadin4.pom | |
integration-cpr-1.0.14.vaadin4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/integration-cpr/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>integration-cpr</artifactId>
<version>1.0.14.vaadin4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/integration-cpr/
implementation 'com.vaadin.external.atmosphere:integration-cpr:1.0.14.vaadin4'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere/integration-cpr/
implementation ("com.vaadin.external.atmosphere:integration-cpr:1.0.14.vaadin4")
'com.vaadin.external.atmosphere:integration-cpr:jar:1.0.14.vaadin4'
<dependency org="com.vaadin.external.atmosphere" name="integration-cpr" rev="1.0.14.vaadin4">
<artifact name="integration-cpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='integration-cpr', version='1.0.14.vaadin4')
)
libraryDependencies += "com.vaadin.external.atmosphere" % "integration-cpr" % "1.0.14.vaadin4"
[com.vaadin.external.atmosphere/integration-cpr "1.0.14.vaadin4"]