| Categories | CategoriesNeo4J Data Databases Unity Business Logic Libraries Game Development | 
|---|---|
| GroupId | GroupIdorg.neo4j.assembly | 
| ArtifactId | ArtifactIdneo4j-community-standalone | 
| Version | Version3.4.0-alpha10 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| neo4j-community-standalone-3.4.0-alpha10.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.neo4j.assembly/neo4j-community-standalone/ -->
<dependency>
    <groupId>org.neo4j.assembly</groupId>
    <artifactId>neo4j-community-standalone</artifactId>
    <version>3.4.0-alpha10</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.neo4j.assembly/neo4j-community-standalone/
implementation 'org.neo4j.assembly:neo4j-community-standalone:3.4.0-alpha10'// https://jarcasting.com/artifacts/org.neo4j.assembly/neo4j-community-standalone/
implementation ("org.neo4j.assembly:neo4j-community-standalone:3.4.0-alpha10")'org.neo4j.assembly:neo4j-community-standalone:pom:3.4.0-alpha10'<dependency org="org.neo4j.assembly" name="neo4j-community-standalone" rev="3.4.0-alpha10">
  <artifact name="neo4j-community-standalone" type="pom" />
</dependency>@Grapes(
@Grab(group='org.neo4j.assembly', module='neo4j-community-standalone', version='3.4.0-alpha10')
)libraryDependencies += "org.neo4j.assembly" % "neo4j-community-standalone" % "3.4.0-alpha10"[org.neo4j.assembly/neo4j-community-standalone "3.4.0-alpha10"]