MVN

com.graphaware.neo4j : triggers

Maven & Gradle

Apr 03, 2020
8 stars

GraphAware Triggers Module · GraphAware Framework Module that automatically execute defined triggers during transaction events.

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>triggers</artifactId>
    <version>3.5.14.58.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.14.58.1

All Versions

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

Version Vulnerabilities Updated
3.5.x
triggers-3.5.14.58.1
triggers-3.5.14.55.1
triggers-3.5.13.55.1
triggers-3.5.12.55.1
triggers-3.5.6.54.1
triggers-3.5.5.53.1
triggers-3.5.5.53.0
triggers-3.5.4.53.1
triggers-3.5.3.53.1
triggers-3.5.1.53.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>triggers</artifactId>
    <version>3.5.14.58.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:triggers:3.5.14.58.1'

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

implementation("com.graphaware.neo4j:triggers:3.5.14.58.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "triggers" % "3.5.14.58.1"

Advertisement