is not current version
Last Version 100.3.2.1

com.pontusvision:janusgraph 100.3.2

JanusGraph is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. This is the Pontus Vision fork, which has a few extra bug fixes, and advanced features. JanusGraph separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.

GroupId

GroupId

com.pontusvision
ArtifactId

ArtifactId

janusgraph
Version

Version

100.3.2
Type

Type

pom

Download janusgraph 100.3.2

Filename Size
janusgraph-100.3.2.pom 82 KB
Browse

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