neo4j-community
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-community</artifactId> <version>2025.05.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>2025.05.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>neo4j-community</artifactId> <name>Neo4j - Community (Bill of Materials)</name> <packaging>pom</packaging> <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url> <description>A project with bill-of-materials POM containing Neo4j Community dependencies.</description> <scm> <connection>scm:git:git://github.com/neo4j/neo4j.git</connection> <developerConnection>scm:git:git@github.com:neo4j/neo4j.git</developerConnection> <url>https://github.com/neo4j/neo4j</url> </scm> <dependencies> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.neo4j.build.plugins</groupId> <artifactId>licensing-maven-plugin</artifactId> </plugin> </plugins> </build> </project>