Files download
File Operation
database-3.3.7.pom download
database-3.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.growingio.android</groupId>
  <artifactId>database</artifactId>
  <version>3.3.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.growingio.android:database:3.3.7'
Gradle Kotlin
implementation("com.growingio.android:database:3.3.7")
Scala SBT
libraryDependencies += "com.growingio.android" % "database" % "3.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.growingio.android', module='database', version='3.3.7')
)
Apache Ivy
<dependency org="com.growingio.android" name="database" rev="3.3.7" />
Leiningen
[com.growingio.android/database "3.3.7"]
Apache Buildr
'com.growingio.android:database:jar:3.3.7'