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