l

legacy-cypher-projection

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