| Categories |
CategoriesNeo4J Data Databases |
|---|---|
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdannotations |
| Version | Version4.2.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotations-4.2.16.pom | |
| annotations-4.2.16.jar | 37 KB |
| annotations-4.2.16-tests.jar | 30 KB |
| annotations-4.2.16-sources.jar | 30 KB |
| annotations-4.2.16-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/annotations/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>annotations</artifactId>
<version>4.2.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation 'org.neo4j:annotations:4.2.16'
// https://jarcasting.com/artifacts/org.neo4j/annotations/
implementation ("org.neo4j:annotations:4.2.16")
'org.neo4j:annotations:jar:4.2.16'
<dependency org="org.neo4j" name="annotations" rev="4.2.16">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='annotations', version='4.2.16')
)
libraryDependencies += "org.neo4j" % "annotations" % "4.2.16"
[org.neo4j/annotations "4.2.16"]