b

ballast-sync-android

Synchronize the state of multiple ViewModels.
https://github.com/copper-leaf/ballast
BSD-3-Clause
Casey Brooks
Files download
File Operation
ballast-sync-android-3.0.0.pom download
ballast-sync-android-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.copper-leaf</groupId>
  <artifactId>ballast-sync-android</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.copper-leaf:ballast-sync-android:3.0.0'
Gradle Kotlin
implementation("io.github.copper-leaf:ballast-sync-android:3.0.0")
Scala SBT
libraryDependencies += "io.github.copper-leaf" % "ballast-sync-android" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.copper-leaf', module='ballast-sync-android', version='3.0.0')
)
Apache Ivy
<dependency org="io.github.copper-leaf" name="ballast-sync-android" rev="3.0.0" />
Leiningen
[io.github.copper-leaf/ballast-sync-android "3.0.0"]
Apache Buildr
'io.github.copper-leaf:ballast-sync-android:jar:3.0.0'