is not current version
Last Version 4.2.0

net.iot-solutions.graphdb:jcypher 3.9.0

Provides seamlessly integrated Java access to graph databases (Neo4J) at different levels of abstraction.

Categories

Categories

Net
GroupId

GroupId

net.iot-solutions.graphdb
ArtifactId

ArtifactId

jcypher
Version

Version

3.9.0
Type

Type

jar

Download jcypher 3.9.0


<!-- https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/ -->
<dependency>
    <groupId>net.iot-solutions.graphdb</groupId>
    <artifactId>jcypher</artifactId>
    <version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation 'net.iot-solutions.graphdb:jcypher:3.9.0'
// https://jarcasting.com/artifacts/net.iot-solutions.graphdb/jcypher/
implementation ("net.iot-solutions.graphdb:jcypher:3.9.0")
'net.iot-solutions.graphdb:jcypher:jar:3.9.0'
<dependency org="net.iot-solutions.graphdb" name="jcypher" rev="3.9.0">
  <artifact name="jcypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iot-solutions.graphdb', module='jcypher', version='3.9.0')
)
libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "3.9.0"
[net.iot-solutions.graphdb/jcypher "3.9.0"]