g

graph-store-catalog-applications

Neo4j Graph Data Science :: Graph Store Catalog Applications
https://neo4j.com/
GNU General Public License, Version 3
Team Graph Data Science, Neo4j
Files download
File Operation
graph-store-catalog-applications-2.5.1.jar download
graph-store-catalog-applications-2.5.1.pom download
graph-store-catalog-applications-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>graph-store-catalog-applications</artifactId>
  <version>2.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:graph-store-catalog-applications:2.5.1'
Gradle Kotlin
implementation("org.neo4j.gds:graph-store-catalog-applications:2.5.1")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "graph-store-catalog-applications" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='graph-store-catalog-applications', version='2.5.1')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="graph-store-catalog-applications" rev="2.5.1" />
Leiningen
[org.neo4j.gds/graph-store-catalog-applications "2.5.1"]
Apache Buildr
'org.neo4j.gds:graph-store-catalog-applications:jar:2.5.1'