g

gcm-base-client

Gcm Base for Restful API or Client!
文件下载
文件名 操作
gcm-base-client-1.2.3.jar 下载
gcm-base-client-1.2.3.pom 下载
gcm-base-client-1.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.edurt.gcm.client</groupId>
  <artifactId>gcm-base-client</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'io.edurt.gcm.client:gcm-base-client:1.2.3'
Gradle Kotlin
implementation("io.edurt.gcm.client:gcm-base-client:1.2.3")
Scala SBT
libraryDependencies += "io.edurt.gcm.client" % "gcm-base-client" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='io.edurt.gcm.client', module='gcm-base-client', version='1.2.3')
)
Apache Ivy
<dependency org="io.edurt.gcm.client" name="gcm-base-client" rev="1.2.3" />
Leiningen
[io.edurt.gcm.client/gcm-base-client "1.2.3"]
Apache Buildr
'io.edurt.gcm.client:gcm-base-client:jar:1.2.3'