riiablo/table/annotation-processor/build.gradle
Collin Smith 645d2eb25b Moved field annotation responsibilities to FieldElement
FieldElement processes Format and PrimaryKey annotations
Created AnnotationElement root class
2020-12-15 16:56:03 -08:00

12 lines
395 B
Groovy

dependencies {
annotationProcessor "com.google.auto.service:auto-service:1.0-rc7"
implementation "com.google.auto.service:auto-service-annotations:1.0-rc7"
implementation "com.squareup:javapoet:1.13.0"
api project(':table:annotations')
api project(':table:core')
implementation "org.apache.commons:commons-text:1.8"
implementation "org.apache.commons:commons-collections4:4.1"
}