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