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