<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-all-api-pubsub</artifactId>
<version>1.0.14.vaadin2</version>
<type>war</type>
</dependency>
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-all-api-pubsub:1.0.14.vaadin2'
implementation("com.vaadin.external.atmosphere.samples:atmosphere-all-api-pubsub:1.0.14.vaadin2")
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-all-api-pubsub" % "1.0.14.vaadin2"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-all-api-pubsub', version='1.0.14.vaadin2')
)
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-all-api-pubsub" rev="1.0.14.vaadin2" />
<parent> <groupId>com.vaadin.external.atmosphere.samples</groupId> <artifactId>atmosphere-samples</artifactId> <version>1.0.14.vaadin2</version> </parent>
compile
|-- org.scala-lang:scala-library
|-- com.vaadin.external.atmosphere:atmosphere-jquery
|-- com.vaadin.external.atmosphere:atmosphere-jersey
|-- ch.qos.logback:logback-classic