License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-runtime |
Version | Version3.4.0-alpha01 |
Type | Typepom |
Description |
DescriptionNeo4j - Cypher Runtime
Runtime library for the Neo4j Cypher implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neo4j-runtime-3.4.0-alpha01.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-runtime/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-runtime</artifactId>
<version>3.4.0-alpha01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-runtime/
implementation 'org.neo4j:neo4j-runtime:3.4.0-alpha01'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-runtime/
implementation ("org.neo4j:neo4j-runtime:3.4.0-alpha01")
'org.neo4j:neo4j-runtime:pom:3.4.0-alpha01'
<dependency org="org.neo4j" name="neo4j-runtime" rev="3.4.0-alpha01">
<artifact name="neo4j-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-runtime', version='3.4.0-alpha01')
)
libraryDependencies += "org.neo4j" % "neo4j-runtime" % "3.4.0-alpha01"
[org.neo4j/neo4j-runtime "3.4.0-alpha01"]