Files download
File Operation
core-0.1.0.pom download
core-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.mg6.rxjava2.disposeondestroy</groupId>
  <artifactId>core</artifactId>
  <version>0.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'pl.mg6.rxjava2.disposeondestroy:core:0.1.0'
Gradle Kotlin
implementation("pl.mg6.rxjava2.disposeondestroy:core:0.1.0")
Scala SBT
libraryDependencies += "pl.mg6.rxjava2.disposeondestroy" % "core" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='pl.mg6.rxjava2.disposeondestroy', module='core', version='0.1.0')
)
Apache Ivy
<dependency org="pl.mg6.rxjava2.disposeondestroy" name="core" rev="0.1.0" />
Leiningen
[pl.mg6.rxjava2.disposeondestroy/core "0.1.0"]
Apache Buildr
'pl.mg6.rxjava2.disposeondestroy:core:jar:0.1.0'
Dependencies