ArchitectureMVP
kotlin mvp library
implementation 'com.link184:common-mvp:1.0.0'
License |
License |
---|---|
GroupId | GroupIdcom.link184 |
ArtifactId | ArtifactIdcommon-mvp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMVP Architecture
kotlin mvp architecture
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-mvp-1.0.0.pom | |
common-mvp-1.0.0.aar | 148 KB |
common-mvp-1.0.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.link184/common-mvp/ -->
<dependency>
<groupId>com.link184</groupId>
<artifactId>common-mvp</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.link184/common-mvp/
implementation 'com.link184:common-mvp:1.0.0'
// https://jarcasting.com/artifacts/com.link184/common-mvp/
implementation ("com.link184:common-mvp:1.0.0")
'com.link184:common-mvp:aar:1.0.0'
<dependency org="com.link184" name="common-mvp" rev="1.0.0">
<artifact name="common-mvp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.link184', module='common-mvp', version='1.0.0')
)
libraryDependencies += "com.link184" % "common-mvp" % "1.0.0"
[com.link184/common-mvp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.11 |
androidx.appcompat » appcompat | jar | 1.1.0-alpha01 |
androidx.recyclerview » recyclerview | jar | 1.1.0-alpha01 |
com.google.android.material » material | jar | 1.1.0-alpha02 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.2 |
io.reactivex.rxjava2 : rxandroid | jar | 2.1.0 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.3.0 |
androidx.core » core-ktx | jar | 1.0.1 |
kotlin mvp library
implementation 'com.link184:common-mvp:1.0.0'