v

vinyl-compiler

Vinyl makes it simple to work with Cursors and ContentValues in your application's domain language. Vinyl is the bes kind of record.
https://github.com/madebyatomicrobot/vinyl
The Apache Software License, Version 2.0
Atomic Robot LLC
Files download
File Operation
vinyl-compiler-0.0.2.jar download
vinyl-compiler-0.0.2.pom download
vinyl-compiler-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madebyatomicrobot</groupId>
  <artifactId>vinyl-compiler</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.madebyatomicrobot:vinyl-compiler:0.0.2'
Gradle Kotlin
implementation("com.madebyatomicrobot:vinyl-compiler:0.0.2")
Scala SBT
libraryDependencies += "com.madebyatomicrobot" % "vinyl-compiler" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.madebyatomicrobot', module='vinyl-compiler', version='0.0.2')
)
Apache Ivy
<dependency org="com.madebyatomicrobot" name="vinyl-compiler" rev="0.0.2" />
Leiningen
[com.madebyatomicrobot/vinyl-compiler "0.0.2"]
Apache Buildr
'com.madebyatomicrobot:vinyl-compiler:jar:0.0.2'