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