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