Last Version

android-db-commons (parent) 0.10.1

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff.

License

License

GroupId

GroupId

com.getbase.android.db
ArtifactId

ArtifactId

parent
Version

Version

0.10.1
Type

Type

pom
Description

Description

android-db-commons (parent)
Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff.
Project URL

Project URL

https://github.com/futuresimple/android-db-commons
Source Code Management

Source Code Management

https://github.com/futuresimple/android-db-commons.git

Download parent 0.10.1

Filename Size
parent-0.10.1.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • example