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