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