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