e

enroscar-content

Helper classes and extended abstractions for Android loaders, content resolvers, and DB access.
https://github.com/stanfy/enroscar
The Apache Software License, Version 2.0
Stanfy Corp.
Files download
File Operation
enroscar-content-1.2.pom download
enroscar-content-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stanfy.enroscar</groupId>
  <artifactId>enroscar-content</artifactId>
  <version>1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stanfy.enroscar:enroscar-content:1.2'
Gradle Kotlin
implementation("com.stanfy.enroscar:enroscar-content:1.2")
Scala SBT
libraryDependencies += "com.stanfy.enroscar" % "enroscar-content" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.stanfy.enroscar', module='enroscar-content', version='1.2')
)
Apache Ivy
<dependency org="com.stanfy.enroscar" name="enroscar-content" rev="1.2" />
Leiningen
[com.stanfy.enroscar/enroscar-content "1.2"]
Apache Buildr
'com.stanfy.enroscar:enroscar-content:jar:1.2'