文件下载
文件名 操作
thundr-google-apis-0.9.9.jar 下载
thundr-google-apis-0.9.9.pom 下载
thundr-google-apis-0.9.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-google-apis</artifactId>
  <version>0.9.9</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-google-apis:0.9.9'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-google-apis:0.9.9")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-google-apis" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-google-apis', version='0.9.9')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-google-apis" rev="0.9.9" />
Leiningen
[com.threewks.thundr/thundr-google-apis "0.9.9"]
Apache Buildr
'com.threewks.thundr:thundr-google-apis:jar:0.9.9'