<dependency> <groupId>com.growingio.android</groupId> <artifactId>database</artifactId> <version>3.5.2</version> <type>aar</type> </dependency>
implementation 'com.growingio.android:database:3.5.2'
implementation("com.growingio.android:database:3.5.2")
libraryDependencies += "com.growingio.android" % "database" % "3.5.2"
@Grapes( @Grab(group='com.growingio.android', module='database', version='3.5.2') )
<dependency org="com.growingio.android" name="database" rev="3.5.2" />
[com.growingio.android/database "3.5.2"]
'com.growingio.android:database:jar:3.5.2'