| License |
License |
|---|---|
| GroupId | GroupIdcom.getbase.android.db |
| ArtifactId | ArtifactIdparent |
| Version | Version0.10.1 |
| Type | Typepom |
| Description |
Descriptionandroid-db-commons (parent)
Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| 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"]