文件下载
文件名 操作
fast-android-datastore-1.0.5.pom 下载
fast-android-datastore-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.libolf</groupId>
  <artifactId>fast-android-datastore</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.libolf:fast-android-datastore:1.0.5'
Gradle Kotlin
implementation("io.github.libolf:fast-android-datastore:1.0.5")
Scala SBT
libraryDependencies += "io.github.libolf" % "fast-android-datastore" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.libolf', module='fast-android-datastore', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.libolf" name="fast-android-datastore" rev="1.0.5" />
Leiningen
[io.github.libolf/fast-android-datastore "1.0.5"]
Apache Buildr
'io.github.libolf:fast-android-datastore:jar:1.0.5'