| GroupId | GroupIdio.github.xiaoseee |
|---|---|
| ArtifactId | ArtifactIdmvp |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| mvp-1.0.0.pom | |
| mvp-1.0.0-sources.jar | 8 KB |
| mvp-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]