文件下载
文件名 操作
gwt-event-legacy-1.0.0-RC1.jar 下载
gwt-event-legacy-1.0.0-RC1.pom 下载
gwt-event-legacy-1.0.0-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.gwtproject.event</groupId>
  <artifactId>gwt-event-legacy</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.gwtproject.event:gwt-event-legacy:1.0.0-RC1'
Gradle Kotlin
implementation("org.gwtproject.event:gwt-event-legacy:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.gwtproject.event" % "gwt-event-legacy" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.gwtproject.event', module='gwt-event-legacy', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.gwtproject.event" name="gwt-event-legacy" rev="1.0.0-RC1" />
Leiningen
[org.gwtproject.event/gwt-event-legacy "1.0.0-RC1"]
Apache Buildr
'org.gwtproject.event:gwt-event-legacy:jar:1.0.0-RC1'
本项目依赖