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