neo4j-cypher-dsl-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-bom</artifactId> <version>2024.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2019-2025 "Neo4j," Neo4j Sweden AB [https://neo4j.com] This file is part of Neo4j. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-bom</artifactId> <version>2024.7.1</version> <packaging>pom</packaging> <name>Neo4j Cypher DSL (BOM)</name> <description>The BOM for the Neo4j Cypher DSL.</description> <url>https://neo4j.github.io/cypher-dsl/neo4j-cypher-dsl-bom</url> <inceptionYear>2011</inceptionYear> <organization> <name>Neo4j, Neo4j Sweden AB</name> <url>https://neo4j.com</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>gmeier</id> <name>Gerrit Meier</name> <email>gerrit.meier at neo4j.com</email> <organization>Neo Technology</organization> <organizationUrl>https://neo4j.com</organizationUrl> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>mhunger</id> <name>Michael Hunger</name> <email>michael.hunger at neo4j.com</email> <organization>Neo Technology</organization> <organizationUrl>https://neo4j.com</organizationUrl> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>msimons</id> <name>Michael Simons</name> <email>michael.simons at neo4j.com</email> <organization>Neo Technology</organization> <organizationUrl>https://neo4j.com</organizationUrl> <roles> <role>Project Lead</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>fbiville</id> <name>Florent Biville</name> <email>florent.biville at neo4j.com</email> <organization>Neo Technology</organization> <organizationUrl>https://neo4j.com</organizationUrl> <roles> <role>developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>Andy2003</id> <name>Andreas Berger</name> <email>andreas at berger-ecommerce.com</email> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>aince</id> <name>Ali Ince</name> <email>ali.ince at neo4j.com</email> <organization>Neo Technology</organization> <organizationUrl>https://neo4j.com</organizationUrl> <roles> <role>developer</role> </roles> <timezone>0</timezone> </developer> </developers> <scm> <connection>scm:git:git@github.com:neo4j/cypher-dsl.git/neo4j-cypher-dsl-bom</connection> <developerConnection>scm:git:git@github.com:neo4j/cypher-dsl.git/neo4j-cypher-dsl-bom</developerConnection> <url>https://github.com/neo4j/cypher-dsl/neo4j-cypher-dsl-bom</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-codegen-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-codegen-sdn6</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-parser</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-cypher-dsl-schema-name-support</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> </project>