Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.steelbridgelabs.oss |
ArtifactId | ArtifactIdneo4j-cluster-ecs-tools |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.steelbridgelabs.oss/neo4j-cluster-ecs-tools/ -->
<dependency>
<groupId>com.steelbridgelabs.oss</groupId>
<artifactId>neo4j-cluster-ecs-tools</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.steelbridgelabs.oss/neo4j-cluster-ecs-tools/
implementation 'com.steelbridgelabs.oss:neo4j-cluster-ecs-tools:0.0.2'
// https://jarcasting.com/artifacts/com.steelbridgelabs.oss/neo4j-cluster-ecs-tools/
implementation ("com.steelbridgelabs.oss:neo4j-cluster-ecs-tools:0.0.2")
'com.steelbridgelabs.oss:neo4j-cluster-ecs-tools:jar:0.0.2'
<dependency org="com.steelbridgelabs.oss" name="neo4j-cluster-ecs-tools" rev="0.0.2">
<artifact name="neo4j-cluster-ecs-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steelbridgelabs.oss', module='neo4j-cluster-ecs-tools', version='0.0.2')
)
libraryDependencies += "com.steelbridgelabs.oss" % "neo4j-cluster-ecs-tools" % "0.0.2"
[com.steelbridgelabs.oss/neo4j-cluster-ecs-tools "0.0.2"]