MVN

org.eurekaclinical : aiw-neo4j-etl

Maven & Gradle

Aug 12, 2020
3 usages
0 stars

AIW Neo4j ETL · AIW Neo4j ETL is a Protempa query results handler for loading data and abstractions into the Neo4j graph database.

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-neo4j-etl</artifactId>
    <version>4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eurekaclinical : aiw-neo4j-etl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5
  • Latest Beta: 4.0-Beta-3
  • Latest Alpha: 4.0-Alpha-3

All Versions

Choose a version of org.eurekaclinical : aiw-neo4j-etl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5
aiw-neo4j-etl-4.5
4.3
aiw-neo4j-etl-4.3
4.2
aiw-neo4j-etl-4.2
4.0
aiw-neo4j-etl-4.0
aiw-neo4j-etl-4.0-Beta-3
aiw-neo4j-etl-4.0-Beta-2
aiw-neo4j-etl-4.0-Beta-1
aiw-neo4j-etl-4.0-Alpha-3
aiw-neo4j-etl-4.0-Alpha-2
aiw-neo4j-etl-4.0-Alpha-1
3.0
aiw-neo4j-etl-3.0
2.1
aiw-neo4j-etl-2.1-Alpha-1
2.0
aiw-neo4j-etl-2.0
aiw-neo4j-etl-2.0-Beta-1
1.0
aiw-neo4j-etl-1.0
aiw-neo4j-etl-1.0-Alpha-3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-neo4j-etl</artifactId>
    <version>4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eurekaclinical : aiw-neo4j-etl gradle dependency to your build.gradle file:

implementation 'org.eurekaclinical:aiw-neo4j-etl:4.5'

Gradle Kotlin DSL: Add the following org.eurekaclinical : aiw-neo4j-etl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eurekaclinical:aiw-neo4j-etl:4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eurekaclinical : aiw-neo4j-etl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eurekaclinical" % "aiw-neo4j-etl" % "4.5"

Advertisement