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