android-autoprovider

Utility for creating ContentProviders without boilerplate and with heavy customization options.

License

License

Categories

Categories

IDE Development Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.getbase.android.autoprovider
ArtifactId

ArtifactId

library
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

aar
Description

Description

android-autoprovider
Utility for creating ContentProviders without boilerplate and with heavy customization options.
Project URL

Project URL

https://github.com/zendesk/android-autoprovider
Source Code Management

Source Code Management

https://github.com/zendesk/android-autoprovider

Download library

How to add to project

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

Dependencies

runtime (6)

Group / Artifact Type Version
com.google.guava : guava jar 30.0-android
androidx.annotation » annotation jar 1.1.0
org.chalup.thneed : thneed jar 0.7
com.getbase.android.db : library jar 0.15.0
org.chalup.microorm : microorm jar 0.8.0
com.getbase.android.schema : library jar 0.8

Project Modules

There are no modules declared in this project.

AutoProvider

Utility for creating ContentProviders without boilerplate and with heavy customization options.

Features

Usage

Just add repository and the dependency to your build.gradle:

dependencies {
    compile 'com.getbase.android.autoprovider:library:0.2.0'
}

Publishing new version

  1. Update VERSION_NAME in gradle.properties file
  2. Merge PR to master
  3. Create new GitHub release with tag name v followed by version - e.g. v0.15.0
  4. GitHub Actions will automatically build and publish new package in Maven repository

Copyright and license

Copyright 2014 Zendesk

Licensed under the Apache License, Version 2.0

com.getbase.android.autoprovider

Zendesk

Versions

Version
0.3.2
0.2.1
0.2.0
0.1.0