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