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