a

annotations

Annotations and annotation processors used to build Neo4j project.
https://neo4j.com/
The Neo4j Team
文件下载
文件名 操作
annotations-5.14.0.jar 下载
annotations-5.14.0.pom 下载
annotations-5.14.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>annotations</artifactId>
  <version>5.14.0</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:annotations:5.14.0'
Gradle Kotlin
implementation("org.neo4j:annotations:5.14.0")
Scala SBT
libraryDependencies += "org.neo4j" % "annotations" % "5.14.0"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='annotations', version='5.14.0')
)
Apache Ivy
<dependency org="org.neo4j" name="annotations" rev="5.14.0" />
Leiningen
[org.neo4j/annotations "5.14.0"]
Apache Buildr
'org.neo4j:annotations:jar:5.14.0'