| License |
License |
|---|---|
| Categories |
CategoriesRxJava Container Microservices Reactive libraries |
| GroupId | GroupIdpl.mg6.rxjava2.disposeondestroy |
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.0 |
| Type | Typeaar |
| Description |
DescriptionDisposeOnDestroy
RxJava2 helper to dispose Disposables before leaking stuff
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-0.1.0.pom | |
| core-0.1.0.aar | 7 KB |
| core-0.1.0-sources.jar | 1 KB |
| core-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.mg6.rxjava2.disposeondestroy/core/ -->
<dependency>
<groupId>pl.mg6.rxjava2.disposeondestroy</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.mg6.rxjava2.disposeondestroy/core/
implementation 'pl.mg6.rxjava2.disposeondestroy:core:0.1.0'
// https://jarcasting.com/artifacts/pl.mg6.rxjava2.disposeondestroy/core/
implementation ("pl.mg6.rxjava2.disposeondestroy:core:0.1.0")
'pl.mg6.rxjava2.disposeondestroy:core:aar:0.1.0'
<dependency org="pl.mg6.rxjava2.disposeondestroy" name="core" rev="0.1.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.mg6.rxjava2.disposeondestroy', module='core', version='0.1.0')
)
libraryDependencies += "pl.mg6.rxjava2.disposeondestroy" % "core" % "0.1.0"
[pl.mg6.rxjava2.disposeondestroy/core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.reactivex.rxjava2 : rxjava | jar | 2.0.7 |