is not current version
Last Version 2.1.2

me.dmdev.rxpm:rxpm 1.2.6

Reactive implementation of Presentation Model pattern in Android

GroupId

GroupId

me.dmdev.rxpm
ArtifactId

ArtifactId

rxpm
Version

Version

1.2.6
Type

Type

aar

Download rxpm 1.2.6


<!-- https://jarcasting.com/artifacts/me.dmdev.rxpm/rxpm/ -->
<dependency>
    <groupId>me.dmdev.rxpm</groupId>
    <artifactId>rxpm</artifactId>
    <version>1.2.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.dmdev.rxpm/rxpm/
implementation 'me.dmdev.rxpm:rxpm:1.2.6'
// https://jarcasting.com/artifacts/me.dmdev.rxpm/rxpm/
implementation ("me.dmdev.rxpm:rxpm:1.2.6")
'me.dmdev.rxpm:rxpm:aar:1.2.6'
<dependency org="me.dmdev.rxpm" name="rxpm" rev="1.2.6">
  <artifact name="rxpm" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.dmdev.rxpm', module='rxpm', version='1.2.6')
)
libraryDependencies += "me.dmdev.rxpm" % "rxpm" % "1.2.6"
[me.dmdev.rxpm/rxpm "1.2.6"]