Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin.external.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-annotation-pubsub |
Version | Version1.0.14-vaadin1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-annotation-pubsub/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-annotation-pubsub</artifactId>
<version>1.0.14-vaadin1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-annotation-pubsub/
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-annotation-pubsub:1.0.14-vaadin1'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-annotation-pubsub/
implementation ("com.vaadin.external.atmosphere.samples:atmosphere-annotation-pubsub:1.0.14-vaadin1")
'com.vaadin.external.atmosphere.samples:atmosphere-annotation-pubsub:war:1.0.14-vaadin1'
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-annotation-pubsub" rev="1.0.14-vaadin1">
<artifact name="atmosphere-annotation-pubsub" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-annotation-pubsub', version='1.0.14-vaadin1')
)
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-annotation-pubsub" % "1.0.14-vaadin1"
[com.vaadin.external.atmosphere.samples/atmosphere-annotation-pubsub "1.0.14-vaadin1"]