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