is not current version
Last Version 1.1-19

com.tencent.wcdb:room 1.0.6.3

WCDB is a cross-platform database framework developed by WeChat.

GroupId

GroupId

com.tencent.wcdb
ArtifactId

ArtifactId

room
Version

Version

1.0.6.3
Type

Type

aar

Download room 1.0.6.3


<!-- https://jarcasting.com/artifacts/com.tencent.wcdb/room/ -->
<dependency>
    <groupId>com.tencent.wcdb</groupId>
    <artifactId>room</artifactId>
    <version>1.0.6.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.wcdb/room/
implementation 'com.tencent.wcdb:room:1.0.6.3'
// https://jarcasting.com/artifacts/com.tencent.wcdb/room/
implementation ("com.tencent.wcdb:room:1.0.6.3")
'com.tencent.wcdb:room:aar:1.0.6.3'
<dependency org="com.tencent.wcdb" name="room" rev="1.0.6.3">
  <artifact name="room" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.wcdb', module='room', version='1.0.6.3')
)
libraryDependencies += "com.tencent.wcdb" % "room" % "1.0.6.3"
[com.tencent.wcdb/room "1.0.6.3"]