File | Operation |
---|---|
atmosphere-samples-1.0.14.vaadin4.pom | download |
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-samples</artifactId>
<version>1.0.14.vaadin4</version>
<type>pom</type>
</dependency>
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-samples:1.0.14.vaadin4'
implementation("com.vaadin.external.atmosphere.samples:atmosphere-samples:1.0.14.vaadin4")
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-samples" % "1.0.14.vaadin4"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-samples', version='1.0.14.vaadin4')
)
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-samples" rev="1.0.14.vaadin4" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>1.0.14.vaadin4</version> </parent>