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