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