Files download
File Operation
annotations-2.5.7.jar download
annotations-2.5.7.pom download
annotations-2.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j.gds</groupId>
  <artifactId>annotations</artifactId>
  <version>2.5.7</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j.gds:annotations:2.5.7'
Gradle Kotlin
implementation("org.neo4j.gds:annotations:2.5.7")
Scala SBT
libraryDependencies += "org.neo4j.gds" % "annotations" % "2.5.7"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.gds', module='annotations', version='2.5.7')
)
Apache Ivy
<dependency org="org.neo4j.gds" name="annotations" rev="2.5.7" />
Leiningen
[org.neo4j.gds/annotations "2.5.7"]
Apache Buildr
'org.neo4j.gds:annotations:jar:2.5.7'
Dependencies
The project has no third-party dependencies