is not current version
Last Version 10-RELEASE

com.github.gkutiel:flip-graph 1.1-RELEASE

A graph api for h2 db

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

flip-graph
Version

Version

1.1-RELEASE
Type

Type

jar

Download flip-graph 1.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/ -->
<dependency>
    <groupId>com.github.gkutiel</groupId>
    <artifactId>flip-graph</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/
implementation 'com.github.gkutiel:flip-graph:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/
implementation ("com.github.gkutiel:flip-graph:1.1-RELEASE")
'com.github.gkutiel:flip-graph:jar:1.1-RELEASE'
<dependency org="com.github.gkutiel" name="flip-graph" rev="1.1-RELEASE">
  <artifact name="flip-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-graph', version='1.1-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-graph" % "1.1-RELEASE"
[com.github.gkutiel/flip-graph "1.1-RELEASE"]