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