MVN

com.cvent : cvent-parent

Maven & Gradle

Jun 05, 2018

cvent-parent · The maven parent for all cvent java artifacts

<dependency>
    <groupId>com.cvent</groupId>
    <artifactId>cvent-parent</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cvent : cvent-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.cvent : cvent-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
cvent-parent-2.0.1
cvent-parent-2.0.0
1.0.x
cvent-parent-1.0.2
cvent-parent-1.0.1
cvent-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.cvent</groupId>
    <artifactId>cvent-parent</artifactId>
    <version>2.0.1</version>
</dependency>

Advertisement