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