is not current version
Last Version 0.15.1

com.getbase.android.db:library 0.13.1

Common utilities for ContentProvider/ContentResolver/Cursor and other db-related Android stuff.

GroupId

GroupId

com.getbase.android.db
ArtifactId

ArtifactId

library
Version

Version

0.13.1
Type

Type

aar

Download library 0.13.1


<!-- https://jarcasting.com/artifacts/com.getbase.android.db/library/ -->
<dependency>
    <groupId>com.getbase.android.db</groupId>
    <artifactId>library</artifactId>
    <version>0.13.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation 'com.getbase.android.db:library:0.13.1'
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation ("com.getbase.android.db:library:0.13.1")
'com.getbase.android.db:library:aar:0.13.1'
<dependency org="com.getbase.android.db" name="library" rev="0.13.1">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.getbase.android.db', module='library', version='0.13.1')
)
libraryDependencies += "com.getbase.android.db" % "library" % "0.13.1"
[com.getbase.android.db/library "0.13.1"]