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