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