Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-causal-clustering |
Version | Version3.5.0-beta01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-causal-clustering</artifactId>
<version>3.5.0-beta01</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/
implementation 'org.neo4j:neo4j-causal-clustering:3.5.0-beta01'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-causal-clustering/
implementation ("org.neo4j:neo4j-causal-clustering:3.5.0-beta01")
'org.neo4j:neo4j-causal-clustering:jar:3.5.0-beta01'
<dependency org="org.neo4j" name="neo4j-causal-clustering" rev="3.5.0-beta01">
<artifact name="neo4j-causal-clustering" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-causal-clustering', version='3.5.0-beta01')
)
libraryDependencies += "org.neo4j" % "neo4j-causal-clustering" % "3.5.0-beta01"
[org.neo4j/neo4j-causal-clustering "3.5.0-beta01"]