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