GroupId | GroupIdio.github.julystars |
---|---|
ArtifactId | ArtifactIdmvvm |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
mvvm-1.0.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.julystars/mvvm/ -->
<dependency>
<groupId>io.github.julystars</groupId>
<artifactId>mvvm</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.julystars/mvvm/
implementation 'io.github.julystars:mvvm:1.0.3'
// https://jarcasting.com/artifacts/io.github.julystars/mvvm/
implementation ("io.github.julystars:mvvm:1.0.3")
'io.github.julystars:mvvm:aar:1.0.3'
<dependency org="io.github.julystars" name="mvvm" rev="1.0.3">
<artifact name="mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.julystars', module='mvvm', version='1.0.3')
)
libraryDependencies += "io.github.julystars" % "mvvm" % "1.0.3"
[io.github.julystars/mvvm "1.0.3"]