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