How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-enterprise-parent</artifactId>
<version>3.4.18</version>
</dependency>
Choose a version of org.neo4j : cypher-enterprise-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
cypher-enterprise-parent-3.5.0-beta03
|
||
cypher-enterprise-parent-3.5.0-beta02
|
|||
cypher-enterprise-parent-3.5.0-beta01
|
|||
cypher-enterprise-parent-3.5.0-alpha09
|
|||
cypher-enterprise-parent-3.5.0-alpha08
|
|||
cypher-enterprise-parent-3.5.0-alpha07
|
|||
cypher-enterprise-parent-3.5.0-alpha06
|
|||
cypher-enterprise-parent-3.5.0-alpha05
|
|||
cypher-enterprise-parent-3.5.0-alpha04
|
|||
cypher-enterprise-parent-3.5.0-alpha03
|
|||
cypher-enterprise-parent-3.5.0-alpha02
|
|||
cypher-enterprise-parent-3.5.0-alpha01
|
|||
3.4.x |
cypher-enterprise-parent-3.4.18
|
||
cypher-enterprise-parent-3.4.17
|
|||
cypher-enterprise-parent-3.4.16
|
|||
cypher-enterprise-parent-3.4.15
|
|||
cypher-enterprise-parent-3.4.14
|
|||
cypher-enterprise-parent-3.4.13
|
|||
cypher-enterprise-parent-3.4.12
|
|||
cypher-enterprise-parent-3.4.11
|
|||
cypher-enterprise-parent-3.4.10
|
|||
cypher-enterprise-parent-3.4.9
|
|||
cypher-enterprise-parent-3.4.8
|
|||
cypher-enterprise-parent-3.4.7
|
|||
cypher-enterprise-parent-3.4.6
|
|||
cypher-enterprise-parent-3.4.5
|
|||
cypher-enterprise-parent-3.4.4
|
|||
cypher-enterprise-parent-3.4.3
|
|||
cypher-enterprise-parent-3.4.1
|
|||
cypher-enterprise-parent-3.4.0
|
|||
cypher-enterprise-parent-3.4.0-rc02
|
|||
cypher-enterprise-parent-3.4.0-rc01
|
|||
cypher-enterprise-parent-3.4.0-beta02
|
|||
cypher-enterprise-parent-3.4.0-beta01
|
|||
cypher-enterprise-parent-3.4.0-alpha10
|
|||
cypher-enterprise-parent-3.4.0-alpha09
|
|||
cypher-enterprise-parent-3.4.0-alpha08
|
|||
cypher-enterprise-parent-3.4.0-alpha07
|
|||
cypher-enterprise-parent-3.4.0-alpha06
|
|||
cypher-enterprise-parent-3.4.0-alpha05
|
|||
cypher-enterprise-parent-3.4.0-alpha04
|
|||
cypher-enterprise-parent-3.4.0-alpha03
|
|||
cypher-enterprise-parent-3.4.0-alpha02
|
|||
cypher-enterprise-parent-3.4.0-alpha01
|
|||
3.3.x |
cypher-enterprise-parent-3.3.9
|
||
cypher-enterprise-parent-3.3.8
|
|||
cypher-enterprise-parent-3.3.7
|
|||
cypher-enterprise-parent-3.3.6
|
|||
cypher-enterprise-parent-3.3.5
|
|||
cypher-enterprise-parent-3.3.4
|
|||
cypher-enterprise-parent-3.3.3
|
|||
cypher-enterprise-parent-3.3.2
|
|||
cypher-enterprise-parent-3.3.1
|
|||
cypher-enterprise-parent-3.3.0
|
|||
cypher-enterprise-parent-3.3.0-rc1
|
|||
cypher-enterprise-parent-3.3.0-beta02
|
|||
cypher-enterprise-parent-3.3.0-beta01
|
|||
cypher-enterprise-parent-3.3.0-alpha07
|
|||
cypher-enterprise-parent-3.3.0-alpha06
|
|||
cypher-enterprise-parent-3.3.0-alpha05
|
|||
cypher-enterprise-parent-3.3.0-alpha04
|
|||
cypher-enterprise-parent-3.3.0-alpha03
|
|||
cypher-enterprise-parent-3.3.0-alpha02
|
|||
cypher-enterprise-parent-3.3.0-alpha01
|
|||
3.2.x |
cypher-enterprise-parent-3.2.14
|
||
cypher-enterprise-parent-3.2.13
|
|||
cypher-enterprise-parent-3.2.12
|
|||
cypher-enterprise-parent-3.2.11
|
|||
cypher-enterprise-parent-3.2.10
|
|||
cypher-enterprise-parent-3.2.9
|
|||
cypher-enterprise-parent-3.2.8
|
|||
cypher-enterprise-parent-3.2.7
|
|||
cypher-enterprise-parent-3.2.6
|
|||
cypher-enterprise-parent-3.2.5
|
|||
cypher-enterprise-parent-3.2.4
|
|||
cypher-enterprise-parent-3.2.3
|
|||
cypher-enterprise-parent-3.2.2
|
|||
cypher-enterprise-parent-3.2.1
|
|||
cypher-enterprise-parent-3.2.0
|
|||
cypher-enterprise-parent-3.2.0-rc3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>cypher-enterprise-parent</artifactId>
<version>3.4.18</version>
</dependency>
Advertisement