Files download
File Operation
gcm-common-1.2.4.jar download
gcm-common-1.2.4.pom download
gcm-common-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.edurt.gcm</groupId>
  <artifactId>gcm-common</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.edurt.gcm:gcm-common:1.2.4'
Gradle Kotlin
implementation("io.edurt.gcm:gcm-common:1.2.4")
Scala SBT
libraryDependencies += "io.edurt.gcm" % "gcm-common" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.edurt.gcm', module='gcm-common', version='1.2.4')
)
Apache Ivy
<dependency org="io.edurt.gcm" name="gcm-common" rev="1.2.4" />
Leiningen
[io.edurt.gcm/gcm-common "1.2.4"]
Apache Buildr
'io.edurt.gcm:gcm-common:jar:1.2.4'