MVN

net.iot-solutions.graphdb : jcypher

Maven & Gradle

Feb 28, 2019
2 usages
82 stars

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

<dependency>
    <groupId>net.iot-solutions.graphdb</groupId>
    <artifactId>jcypher</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.iot-solutions.graphdb : jcypher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of net.iot-solutions.graphdb : jcypher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
jcypher-4.2.0
4.1.x
jcypher-4.1.1
jcypher-4.1.0
4.0.x
jcypher-4.0.1
jcypher-4.0.0
3.9.x
jcypher-3.9.0
3.8.x
jcypher-3.8.0
3.7.x
jcypher-3.7.0
3.6.x
jcypher-3.6.0
3.5.x
jcypher-3.5.0
3.4.x
jcypher-3.4.1
jcypher-3.4.0
jcypher-3.4.0-M01
3.3.x
jcypher-3.3.1
jcypher-3.3.0
3.2.x
jcypher-3.2.1
jcypher-3.2.0
3.1.x
jcypher-3.1.0
3.0.x
jcypher-3.0.0
2.7.x
jcypher-2.7.1
jcypher-2.7.0
2.6.x
jcypher-2.6.0
2.5.x
jcypher-2.5.0
2.4.x
jcypher-2.4.0
2.3.x
jcypher-2.3.0
2.2.x
jcypher-2.2.0
2.1.x
jcypher-2.1.0
2.0.x
jcypher-2.0.0
1.0.x
jcypher-1.0.0

How to add a dependency to Maven

Add the following net.iot-solutions.graphdb : jcypher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.iot-solutions.graphdb</groupId>
    <artifactId>jcypher</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.iot-solutions.graphdb : jcypher gradle dependency to your build.gradle file:

implementation 'net.iot-solutions.graphdb:jcypher:4.2.0'

Gradle Kotlin DSL: Add the following net.iot-solutions.graphdb : jcypher gradle kotlin dependency to your build.gradle.kts file:

implementation("net.iot-solutions.graphdb:jcypher:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.iot-solutions.graphdb : jcypher sbt scala dependency to your build.sbt file:

libraryDependencies += "net.iot-solutions.graphdb" % "jcypher" % "4.2.0"

Advertisement