is not current version
Last Version 4.4.8

org.neo4j:annotations 4.0.11

Annotations and annotation processors used to build Neo4j project.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

annotations
Version

Version

4.0.11
Type

Type

jar

Download annotations 4.0.11


<!-- https://jarcasting.com/artifacts/org.neo4j/annotations/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>annotations</artifactId>
    <version>4.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation 'org.neo4j:annotations:4.0.11'
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation ("org.neo4j:annotations:4.0.11")
'org.neo4j:annotations:jar:4.0.11'
<dependency org="org.neo4j" name="annotations" rev="4.0.11">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='annotations', version='4.0.11')
)
libraryDependencies += "org.neo4j" % "annotations" % "4.0.11"
[org.neo4j/annotations "4.0.11"]