文件名 | 操作 |
---|---|
atmosphere-samples-1.0.18.vaadin1.pom | 下载 |
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-samples</artifactId>
<version>1.0.18.vaadin1</version>
<type>pom</type>
</dependency>
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-samples:1.0.18.vaadin1'
implementation("com.vaadin.external.atmosphere.samples:atmosphere-samples:1.0.18.vaadin1")
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-samples" % "1.0.18.vaadin1"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-samples', version='1.0.18.vaadin1')
)
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-samples" rev="1.0.18.vaadin1" />