is not current version
Last Version 1.1.0

io.github.xiaoseee:mvp 1.0.0

Public components for own use

GroupId

GroupId

io.github.xiaoseee
ArtifactId

ArtifactId

mvp
Version

Version

1.0.0
Type

Type

aar

Download mvp 1.0.0


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