License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-lock |
Last Version | Last Version4.4.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j - Locking
Locking APIs and utilities for Neo4j.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neo4j-lock-4.4.8.pom | |
neo4j-lock-4.4.8.jar | 43 KB |
neo4j-lock-4.4.8-tests.jar | 25 KB |
neo4j-lock-4.4.8-sources.jar | 38 KB |
neo4j-lock-4.4.8-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-lock/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-lock</artifactId>
<version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-lock/
implementation 'org.neo4j:neo4j-lock:4.4.8'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-lock/
implementation ("org.neo4j:neo4j-lock:4.4.8")
'org.neo4j:neo4j-lock:jar:4.4.8'
<dependency org="org.neo4j" name="neo4j-lock" rev="4.4.8">
<artifact name="neo4j-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-lock', version='4.4.8')
)
libraryDependencies += "org.neo4j" % "neo4j-lock" % "4.4.8"
[org.neo4j/neo4j-lock "4.4.8"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j-common | jar | 4.4.8 |
org.eclipse.collections : eclipse-collections | jar | 10.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |