GroupId | GroupIdcom.github.mandriana |
---|---|
ArtifactId | ArtifactIdmvp-core-rx2 |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
mvp-core-rx2-1.0.1.pom | |
mvp-core-rx2-1.0.1.aar | 24 KB |
mvp-core-rx2-1.0.1-sources.jar | 15 KB |
mvp-core-rx2-1.0.1-javadoc.jar | 68 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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-core-rx2/
implementation 'com.github.mandriana:mvp-core-rx2:1.0.1'
// https://jarcasting.com/artifacts/com.github.mandriana/mvp-core-rx2/
implementation ("com.github.mandriana:mvp-core-rx2:1.0.1")
'com.github.mandriana:mvp-core-rx2:aar:1.0.1'
<dependency org="com.github.mandriana" name="mvp-core-rx2" rev="1.0.1">
<artifact name="mvp-core-rx2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.mandriana', module='mvp-core-rx2', version='1.0.1')
)
libraryDependencies += "com.github.mandriana" % "mvp-core-rx2" % "1.0.1"
[com.github.mandriana/mvp-core-rx2 "1.0.1"]