is not current version
Last Version 0.3.2

com.getbase.android.autoprovider:library 0.1.0

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

Categories

Categories

IDE Development Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.getbase.android.autoprovider
ArtifactId

ArtifactId

library
Version

Version

0.1.0
Type

Type

aar

Download library 0.1.0


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