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