License |
License |
---|---|
GroupId | GroupIdcom.jaredrummler |
ArtifactId | ArtifactIdsimple-mvp |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSimpleMvp
Simple MVP for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-mvp-1.0.2.pom | |
simple-mvp-1.0.2.aar | 10 KB |
simple-mvp-1.0.2-sources.jar | 7 KB |
simple-mvp-1.0.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/ -->
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>simple-mvp</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/
implementation 'com.jaredrummler:simple-mvp:1.0.2'
// https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/
implementation ("com.jaredrummler:simple-mvp:1.0.2")
'com.jaredrummler:simple-mvp:aar:1.0.2'
<dependency org="com.jaredrummler" name="simple-mvp" rev="1.0.2">
<artifact name="simple-mvp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jaredrummler', module='simple-mvp', version='1.0.2')
)
libraryDependencies += "com.jaredrummler" % "simple-mvp" % "1.0.2"
[com.jaredrummler/simple-mvp "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 27.1.1 |