Последняя версия

android-db-commons (parent) 0.10.1

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

Лицензия

Лицензия

Группа

Группа

com.getbase.android.db
Идентификатор

Идентификатор

parent
Версия

Версия

0.10.1
Тип

Тип

pom
Описание

Описание

android-db-commons (parent)
Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff.
Ссылка на сайт

Ссылка на сайт

https://github.com/futuresimple/android-db-commons
Система контроля версий

Система контроля версий

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

Скачать parent 0.10.1

Имя Файла Размер
parent-0.10.1.pom 7 KB
Обзор

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • library
  • example