Files download
File Operation
graph-schema-api-2.4.5.jar download
graph-schema-api-2.4.5.pom download
graph-schema-api-2.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>graph-schema-api</artifactId>
  <version>2.4.5</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:graph-schema-api:2.4.5'
Gradle Kotlin
implementation("org.neo4j.gds:graph-schema-api:2.4.5")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "graph-schema-api" % "2.4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='graph-schema-api', version='2.4.5')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="graph-schema-api" rev="2.4.5" />
Leiningen
[org.neo4j.gds/graph-schema-api "2.4.5"]
Apache Buildr
'org.neo4j.gds:graph-schema-api:jar:2.4.5'