MVN

com.graphaware.neo4j : expire

Maven & Gradle

Apr 03, 2020
2 usages
30 stars

GraphAware Expire Module · GraphAware Framework Module that automatically expires nodes and relationships.

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

Latest Version

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

  • Latest Stable: 3.5.14.58.4

All Versions

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

Version Vulnerabilities Updated
3.5.x
expire-3.5.14.58.4
expire-3.5.14.55.4
expire-3.5.13.55.4
expire-3.5.12.55.4
expire-3.5.11.54.4
expire-3.5.9.54.4
expire-3.5.8.54.4
expire-3.5.7.54.4
expire-3.5.6.54.4
expire-3.5.5.53.4
expire-3.5.5.53.0
expire-3.5.4.53.4
expire-3.5.2.53.4
expire-3.5.1.53.4
expire-3.5.0.53.4
3.4.x
expire-3.4.9.52.4
expire-3.4.8.52.4
expire-3.4.7.52.4
expire-3.4.6.52.4
expire-3.4.5.52.4
expire-3.4.3.52.4
expire-3.4.0.52.4
3.3.x
expire-3.3.5.52.4
expire-3.3.3.52.4
expire-3.3.2.52.4
expire-3.3.2.51.4
expire-3.3.1.51.4
expire-3.3.0.51.4
3.2.x
expire-3.2.6.51.4
expire-3.2.5.51.4
expire-3.2.1.51.4
3.1.x
expire-3.1.4.49.4
expire-3.1.3.45.4
expire-3.1.0.44.4
3.0.x
expire-3.0.8.44.5
expire-3.0.7.44.4
expire-3.0.6.43.4
expire-3.0.6.43.3
expire-3.0.4.43.3
expire-3.0.3.39.3
expire-3.0.3.39.2
expire-3.0.1.38.2
2.3.x
expire-2.3.3.37.2
expire-2.3.2.37.2
expire-2.3.2.37.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>expire</artifactId>
    <version>3.5.14.58.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:expire:3.5.14.58.4'

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

implementation("com.graphaware.neo4j:expire:3.5.14.58.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "expire" % "3.5.14.58.4"

Advertisement