a

android-auto-value-processor

Port of Google AutoValue for the Android platform
https://github.com/frankiesardo/android-auto-value
The Apache Software License, Version 2.0
Frankie Sardo
Files download
File Operation
android-auto-value-processor-0.1.jar download
android-auto-value-processor-0.1.pom download
android-auto-value-processor-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.frankiesardo</groupId>
  <artifactId>android-auto-value-processor</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.frankiesardo:android-auto-value-processor:0.1'
Gradle Kotlin
implementation("com.github.frankiesardo:android-auto-value-processor:0.1")
Scala SBT
libraryDependencies += "com.github.frankiesardo" % "android-auto-value-processor" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frankiesardo', module='android-auto-value-processor', version='0.1')
)
Apache Ivy
<dependency org="com.github.frankiesardo" name="android-auto-value-processor" rev="0.1" />
Leiningen
[com.github.frankiesardo/android-auto-value-processor "0.1"]
Apache Buildr
'com.github.frankiesardo:android-auto-value-processor:jar:0.1'