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