is not current version
Last Version 1.0.2

com.jaredrummler:simple-mvp 1.0.0

Simple MVP for Android

GroupId

GroupId

com.jaredrummler
ArtifactId

ArtifactId

simple-mvp
Version

Version

1.0.0
Type

Type

aar

Download simple-mvp 1.0.0


<!-- https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/ -->
<dependency>
    <groupId>com.jaredrummler</groupId>
    <artifactId>simple-mvp</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/
implementation 'com.jaredrummler:simple-mvp:1.0.0'
// https://jarcasting.com/artifacts/com.jaredrummler/simple-mvp/
implementation ("com.jaredrummler:simple-mvp:1.0.0")
'com.jaredrummler:simple-mvp:aar:1.0.0'
<dependency org="com.jaredrummler" name="simple-mvp" rev="1.0.0">
  <artifact name="simple-mvp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jaredrummler', module='simple-mvp', version='1.0.0')
)
libraryDependencies += "com.jaredrummler" % "simple-mvp" % "1.0.0"
[com.jaredrummler/simple-mvp "1.0.0"]