| GroupId | GroupIdme.dmdev.rxpm |
|---|---|
| ArtifactId | ArtifactIdrxpm |
| Version | Version1.2.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| rxpm-1.2.6.pom | |
| rxpm-1.2.6.aar | 153 KB |
| rxpm-1.2.6-sources.jar | 50 KB |
| Browse |
<!-- 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"]