Files download
File Operation
flip-processor-12-RELEASE.jar download
flip-processor-12-RELEASE.pom download
flip-processor-12-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gkutiel</groupId>
  <artifactId>flip-processor</artifactId>
  <version>12-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.gkutiel:flip-processor:12-RELEASE'
Gradle Kotlin
implementation("com.github.gkutiel:flip-processor:12-RELEASE")
Scala SBT
libraryDependencies += "com.github.gkutiel" % "flip-processor" % "12-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gkutiel', module='flip-processor', version='12-RELEASE')
)
Apache Ivy
<dependency org="com.github.gkutiel" name="flip-processor" rev="12-RELEASE" />
Leiningen
[com.github.gkutiel/flip-processor "12-RELEASE"]
Apache Buildr
'com.github.gkutiel:flip-processor:jar:12-RELEASE'