is not current version
Last Version 0.5.1

com.github.trepo:vgraph 0.4.0

A versioned property graph made for sharing.

GroupId

GroupId

com.github.trepo
ArtifactId

ArtifactId

vgraph
Version

Version

0.4.0
Type

Type

jar

Download vgraph 0.4.0


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