Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.structr |
ArtifactId | ArtifactIdstructr-neo4j-enterprise-driver |
Version | Version2.2.9-2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.structr/structr-neo4j-enterprise-driver/ -->
<dependency>
<groupId>org.structr</groupId>
<artifactId>structr-neo4j-enterprise-driver</artifactId>
<version>2.2.9-2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-neo4j-enterprise-driver/
implementation 'org.structr:structr-neo4j-enterprise-driver:2.2.9-2.0.0'
// https://jarcasting.com/artifacts/org.structr/structr-neo4j-enterprise-driver/
implementation ("org.structr:structr-neo4j-enterprise-driver:2.2.9-2.0.0")
'org.structr:structr-neo4j-enterprise-driver:jar:2.2.9-2.0.0'
<dependency org="org.structr" name="structr-neo4j-enterprise-driver" rev="2.2.9-2.0.0">
<artifact name="structr-neo4j-enterprise-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-neo4j-enterprise-driver', version='2.2.9-2.0.0')
)
libraryDependencies += "org.structr" % "structr-neo4j-enterprise-driver" % "2.2.9-2.0.0"
[org.structr/structr-neo4j-enterprise-driver "2.2.9-2.0.0"]