Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-cypher-interpreted-runtime |
Version | Version3.5.8 |
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.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation 'org.neo4j:neo4j-cypher-interpreted-runtime:3.5.8'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-cypher-interpreted-runtime/
implementation ("org.neo4j:neo4j-cypher-interpreted-runtime:3.5.8")
'org.neo4j:neo4j-cypher-interpreted-runtime:jar:3.5.8'
<dependency org="org.neo4j" name="neo4j-cypher-interpreted-runtime" rev="3.5.8">
<artifact name="neo4j-cypher-interpreted-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-cypher-interpreted-runtime', version='3.5.8')
)
libraryDependencies += "org.neo4j" % "neo4j-cypher-interpreted-runtime" % "3.5.8"
[org.neo4j/neo4j-cypher-interpreted-runtime "3.5.8"]