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