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.2.jar download
graph-store-catalog-applications-2.5.2.pom download
graph-store-catalog-applications-2.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>graph-store-catalog-applications</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:graph-store-catalog-applications:2.5.2'
Gradle Kotlin
implementation("org.neo4j.gds:graph-store-catalog-applications:2.5.2")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "graph-store-catalog-applications" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='graph-store-catalog-applications', version='2.5.2')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="graph-store-catalog-applications" rev="2.5.2" />
Leiningen
[org.neo4j.gds/graph-store-catalog-applications "2.5.2"]
Apache Buildr
'org.neo4j.gds:graph-store-catalog-applications:jar:2.5.2'