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