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