MVN

org.neo4j.server.plugin : neo4j-gremlin-plugin

Maven & Gradle

Oct 13, 2014
2 usages

neo4j-gremlin-plugin

<dependency>
    <groupId>org.neo4j.server.plugin</groupId>
    <artifactId>neo4j-gremlin-plugin</artifactId>
    <version>1.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.server.plugin : neo4j-gremlin-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.9
  • Latest Release Candidate: 1.9.RC2

All Versions

Choose a version of org.neo4j.server.plugin : neo4j-gremlin-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
neo4j-gremlin-plugin-1.9.9
neo4j-gremlin-plugin-1.9.8
neo4j-gremlin-plugin-1.9.7
neo4j-gremlin-plugin-1.9.6
neo4j-gremlin-plugin-1.9.5
neo4j-gremlin-plugin-1.9.4
neo4j-gremlin-plugin-1.9.3
neo4j-gremlin-plugin-1.9.2
neo4j-gremlin-plugin-1.9.1
neo4j-gremlin-plugin-1.9.RC2
neo4j-gremlin-plugin-1.9.RC1
neo4j-gremlin-plugin-1.9.M05
neo4j-gremlin-plugin-1.9.M04
neo4j-gremlin-plugin-1.9.M03
neo4j-gremlin-plugin-1.9.M02
neo4j-gremlin-plugin-1.9.M01
1.9
neo4j-gremlin-plugin-1.9
1.8.x
neo4j-gremlin-plugin-1.8.3
neo4j-gremlin-plugin-1.8.2
neo4j-gremlin-plugin-1.8.1
neo4j-gremlin-plugin-1.8.RC1
neo4j-gremlin-plugin-1.8.M07
neo4j-gremlin-plugin-1.8.M06
neo4j-gremlin-plugin-1.8.M05
neo4j-gremlin-plugin-1.8.M01
1.8
neo4j-gremlin-plugin-1.8
1.7.x
neo4j-gremlin-plugin-1.7.2

How to add a dependency to Maven

Add the following org.neo4j.server.plugin : neo4j-gremlin-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j.server.plugin</groupId>
    <artifactId>neo4j-gremlin-plugin</artifactId>
    <version>1.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j.server.plugin : neo4j-gremlin-plugin gradle dependency to your build.gradle file:

implementation 'org.neo4j.server.plugin:neo4j-gremlin-plugin:1.9.9'

Gradle Kotlin DSL: Add the following org.neo4j.server.plugin : neo4j-gremlin-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j.server.plugin:neo4j-gremlin-plugin:1.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j.server.plugin : neo4j-gremlin-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j.server.plugin" % "neo4j-gremlin-plugin" % "1.9.9"