graphmk

A general purpose library that helps to create graph models out of relational data

License

License

GroupId

GroupId

io.github.graphmk
ArtifactId

ArtifactId

graphmk
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

graphmk
A general purpose library that helps to create graph models out of relational data
Project URL

Project URL

https://github.com/graphmk/graphmk
Source Code Management

Source Code Management

https://github.com/graphmk/graphmk

Download graphmk

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.tinkerpop.blueprints : blueprints-core jar 2.6.0
log4j : log4j jar 1.2.17
com.tinkerpop.gremlin : gremlin-java jar 2.6.0
org.antlr : antlr4-runtime jar 4.9.1
com.googlecode.json-simple : json-simple jar 1.1.1
com.googlecode.combinatoricslib : combinatoricslib jar 2.3
colt : colt jar 1.2.0
com.google.code.findbugs : jsr305 jar 3.0.2
org.antlr : antlr4 jar 4.9.1
org.postgresql : postgresql jar 42.2.18

runtime (1)

Group / Artifact Type Version
org.testng : testng jar 7.1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
org.junit.jupiter : junit-jupiter-api jar 5.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0