m

mmkv

MMKV for Android
https://github.com/Tencent/MMKV
BSD License
Tencent Wechat, Inc.
文件下载
文件名 操作
mmkv-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.tencent</groupId>
  <artifactId>mmkv</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent:mmkv:2.0.0'
Gradle Kotlin
implementation("com.tencent:mmkv:2.0.0")
Scala SBT
libraryDependencies += "com.tencent" % "mmkv" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent', module='mmkv', version='2.0.0')
)
Apache Ivy
<dependency org="com.tencent" name="mmkv" rev="2.0.0" />
Leiningen
[com.tencent/mmkv "2.0.0"]
Apache Buildr
'com.tencent:mmkv:jar:2.0.0'
本项目依赖