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