не последняя версия
Последняя версия 4.4.8

org.neo4j:annotations 4.2.15

Annotations and annotation processors used to build Neo4j project.

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

org.neo4j
Идентификатор

Идентификатор

annotations
Версия

Версия

4.2.15
Тип

Тип

jar

Скачать annotations 4.2.15


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