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