| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторannotations |
| Версия | Версия4.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| annotations-4.0.0.pom | |
| annotations-4.0.0.jar | 25 KB |
| annotations-4.0.0-tests.jar | 19 KB |
| annotations-4.0.0-sources.jar | 22 KB |
| annotations-4.0.0-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/annotations/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>annotations</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation 'org.neo4j:annotations:4.0.0'
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation ("org.neo4j:annotations:4.0.0")
'org.neo4j:annotations:jar:4.0.0'
<dependency org="org.neo4j" name="annotations" rev="4.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='annotations', version='4.0.0')
)
libraryDependencies += "org.neo4j" % "annotations" % "4.0.0"
[org.neo4j/annotations "4.0.0"]