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