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