MVN

com.graphaware.neo4j : programmatic-importer

Maven & Gradle

Apr 30, 2017
24 stars

GraphAware Programmatic Neo4j Importer · Importer high-performance multi-threaded initial data load into Neo4j from CSV/SQL with custom logic

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>programmatic-importer</artifactId>
    <version>3.0.4.43.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphaware.neo4j : programmatic-importer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4.43.5
  • Latest Beta: 2.3.3.37.3-BETA

All Versions

Choose a version of com.graphaware.neo4j : programmatic-importer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
programmatic-importer-3.1.0.44.3
3.0.x
programmatic-importer-3.0.7.44.3
programmatic-importer-3.0.7.44.2
programmatic-importer-3.0.6.43.2
programmatic-importer-3.0.4.43.5
programmatic-importer-3.0.4.43.4
programmatic-importer-3.0.4.43.2
programmatic-importer-3.0.3.39.2
programmatic-importer-3.0.1.38.2
2.3.x
programmatic-importer-2.3.3.37.3
programmatic-importer-2.3.3.37.3-BETA
programmatic-importer-2.3.3.37.2
programmatic-importer-2.3.2.37.2
programmatic-importer-2.3.1.37.2
programmatic-importer-2.3.1.36.2
programmatic-importer-2.3.1.35.2
programmatic-importer-2.3.0.35.2
2.2.x
programmatic-importer-2.2.6.35.2
programmatic-importer-2.2.6.35.1
programmatic-importer-2.2.5.35.1
programmatic-importer-2.2.5.34.1
programmatic-importer-2.2.4.34.1
programmatic-importer-2.2.2.32.1
programmatic-importer-2.2.2.31.1
programmatic-importer-2.2.2.31.0

How to add a dependency to Maven

Add the following com.graphaware.neo4j : programmatic-importer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>programmatic-importer</artifactId>
    <version>3.0.4.43.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphaware.neo4j : programmatic-importer gradle dependency to your build.gradle file:

implementation 'com.graphaware.neo4j:programmatic-importer:3.0.4.43.5'

Gradle Kotlin DSL: Add the following com.graphaware.neo4j : programmatic-importer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphaware.neo4j:programmatic-importer:3.0.4.43.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphaware.neo4j : programmatic-importer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphaware.neo4j" % "programmatic-importer" % "3.0.4.43.5"

Advertisement