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