<dependency> <groupId>com.tencent</groupId> <artifactId>mmkv</artifactId> <version>2.0.0</version> <type>aar</type> </dependency>
implementation 'com.tencent:mmkv:2.0.0'
implementation("com.tencent:mmkv:2.0.0")
libraryDependencies += "com.tencent" % "mmkv" % "2.0.0"
@Grapes( @Grab(group='com.tencent', module='mmkv', version='2.0.0') )
<dependency org="com.tencent" name="mmkv" rev="2.0.0" />
[com.tencent/mmkv "2.0.0"]
'com.tencent:mmkv:jar:2.0.0'
runtime
|-- androidx.annotation:annotation:1.8.0