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