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