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