文件下载
文件名 操作
annotations-4.2.16.jar 下载
annotations-4.2.16.pom 下载
annotations-4.2.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>annotations</artifactId>
  <version>4.2.16</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:annotations:4.2.16'
Gradle Kotlin
implementation("org.neo4j:annotations:4.2.16")
Scala SBT
libraryDependencies += "org.neo4j" % "annotations" % "4.2.16"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='annotations', version='4.2.16')
)
Apache Ivy
<dependency org="org.neo4j" name="annotations" rev="4.2.16" />
Leiningen
[org.neo4j/annotations "4.2.16"]
Apache Buildr
'org.neo4j:annotations:jar:4.2.16'