b

buckets

An easy way to persist data & separate view and business logic for Android
https://github.com/noties/Buckets
The Apache Software License, Version 2.0
Dimitry Ivanov
Files download
File Operation
buckets-1.0.0.pom download
buckets-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.noties</groupId>
  <artifactId>buckets</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ru.noties:buckets:1.0.0'
Gradle Kotlin
implementation("ru.noties:buckets:1.0.0")
Scala SBT
libraryDependencies += "ru.noties" % "buckets" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.noties', module='buckets', version='1.0.0')
)
Apache Ivy
<dependency org="ru.noties" name="buckets" rev="1.0.0" />
Leiningen
[ru.noties/buckets "1.0.0"]
Apache Buildr
'ru.noties:buckets:jar:1.0.0'
Dependencies
The project has no third-party dependencies