文件下载
文件名 操作
gwt20-json-2.6.4.pom 下载
gwt20-json-2.6.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere.samples</groupId>
  <artifactId>gwt20-json</artifactId>
  <version>2.6.4</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.samples:gwt20-json:2.6.4'
Gradle Kotlin
implementation("org.atmosphere.samples:gwt20-json:2.6.4")
Scala SBT
libraryDependencies += "org.atmosphere.samples" % "gwt20-json" % "2.6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.samples', module='gwt20-json', version='2.6.4')
)
Apache Ivy
<dependency org="org.atmosphere.samples" name="gwt20-json" rev="2.6.4" />
Leiningen
[org.atmosphere.samples/gwt20-json "2.6.4"]
Apache Buildr
'org.atmosphere.samples:gwt20-json:jar:2.6.4'