GroupId | GroupIdcom.github.asuslennikov |
---|---|
ArtifactId | ArtifactIdmvvm-api |
Version | Version0.8.30 |
Type | Typejar |
Filename | Size |
---|---|
mvvm-api-0.8.30.pom | |
mvvm-api-0.8.30.jar | 5 KB |
mvvm-api-0.8.30-sources.jar | 9 KB |
mvvm-api-0.8.30-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/ -->
<dependency>
<groupId>com.github.asuslennikov</groupId>
<artifactId>mvvm-api</artifactId>
<version>0.8.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/
implementation 'com.github.asuslennikov:mvvm-api:0.8.30'
// https://jarcasting.com/artifacts/com.github.asuslennikov/mvvm-api/
implementation ("com.github.asuslennikov:mvvm-api:0.8.30")
'com.github.asuslennikov:mvvm-api:jar:0.8.30'
<dependency org="com.github.asuslennikov" name="mvvm-api" rev="0.8.30">
<artifact name="mvvm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.asuslennikov', module='mvvm-api', version='0.8.30')
)
libraryDependencies += "com.github.asuslennikov" % "mvvm-api" % "0.8.30"
[com.github.asuslennikov/mvvm-api "0.8.30"]