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