MVN

com.graphaware.neo4j : api

Maven & Gradle

Apr 03, 2020
21 usages

GraphAware REST API · Library that helps building APIs for Neo4j applications using Spring MVC rather than JAX-RS

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

Latest Version

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

  • Latest Stable: 3.5.14.58
  • Latest Beta: 3.5.0.53-beta03

All Versions

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

Version Vulnerabilities Updated
3.5.x
api-3.5.14.58
api-3.5.14.57
api-3.5.14.56
api-3.5.14.55
api-3.5.13.55
api-3.5.12.55
api-3.5.11.55
api-3.5.11.54
api-3.5.10.54
api-3.5.9.54
api-3.5.8.54
api-3.5.7.54
api-3.5.6.54
api-3.5.5.53
api-3.5.4.53
api-3.5.3.53
api-3.5.2.53
api-3.5.1.53
api-3.5.0.53
api-3.5.0.53-beta03
api-3.5.0.53-beta02
3.4.x
api-3.4.12.52
api-3.4.9.52
api-3.4.8.52
api-3.4.7.52
api-3.4.6.52
api-3.4.5.52
api-3.4.3.52
api-3.4.0.52
3.3.x
api-3.3.5.52
api-3.3.4.52
api-3.3.3.52
api-3.3.2.52
api-3.3.2.51
api-3.3.1.51
api-3.3.0.51
3.2.x
api-3.2.6.51
api-3.2.5.51
api-3.2.3.51
api-3.2.1.51
api-3.2.1.50
3.1.x
api-3.1.4.49
api-3.1.3.48
api-3.1.3.47
api-3.1.3.46
api-3.1.3.45
api-3.1.0.44
3.0.x
api-3.0.8.44
api-3.0.7.44
api-3.0.6.43
api-3.0.4.43
api-3.0.4.42
api-3.0.4.41
api-3.0.3.39
api-3.0.2.39
api-3.0.1.38
api-3.0.0.38
api-3.0.0.37
2.3.x
api-2.3.3.37
api-2.3.2.37
api-2.3.1.37
api-2.3.1.36
api-2.3.1.35
api-2.3.0.35
2.2.x
api-2.2.6.35
api-2.2.5.35
api-2.2.5.34
api-2.2.4.34
api-2.2.2.33
api-2.2.2.32
api-2.2.2.31
api-2.2.1.30
api-2.2.0.30
api-2.2.0.29
api-2.2.0.28
2.1.x
api-2.1.7.28
api-2.1.6.27
api-2.1.6.26
api-2.1.5.25
api-2.1.5.24
api-2.1.5.22
api-2.1.5.21
api-2.1.5.20
api-2.1.4.19
api-2.1.4.18
api-2.1.4.17
api-2.1.3.15
api-2.1.3.14
api-2.1.3.11
api-2.1.3.10
api-2.1.2.9
api-2.1.2.7
api-2.1.1.6
2.0.x
api-2.0.3.6
api-2.0.3.5
api-2.0.3.4
api-2.0.3.3
api-2.0.3.2
api-2.0.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>api</artifactId>
    <version>3.5.14.58</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:api:3.5.14.58'

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

implementation("com.graphaware.neo4j:api:3.5.14.58")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "api" % "3.5.14.58"

Advertisement