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