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