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