| GroupId | GroupIdcom.github.mandriana |
|---|---|
| ArtifactId | ArtifactIdmvp-base-views-rx2 |
| Version | Version1.0.10 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| mvp-base-views-rx2-1.0.10.pom | |
| mvp-base-views-rx2-1.0.10.aar | 18 KB |
| mvp-base-views-rx2-1.0.10-sources.jar | 2 KB |
| mvp-base-views-rx2-1.0.10-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-rx2/ -->
<dependency>
<groupId>com.github.mandriana</groupId>
<artifactId>mvp-base-views-rx2</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-rx2/
implementation 'com.github.mandriana:mvp-base-views-rx2:1.0.10'
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-base-views-rx2/
implementation ("com.github.mandriana:mvp-base-views-rx2:1.0.10")
'com.github.mandriana:mvp-base-views-rx2:aar:1.0.10'
<dependency org="com.github.mandriana" name="mvp-base-views-rx2" rev="1.0.10">
<artifact name="mvp-base-views-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mandriana', module='mvp-base-views-rx2', version='1.0.10')
)
libraryDependencies += "com.github.mandriana" % "mvp-base-views-rx2" % "1.0.10"
[com.github.mandriana/mvp-base-views-rx2 "1.0.10"]