g

gcm-base-client

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