MVN

com.adobe : adobe

Maven & Gradle

Nov 03, 2020

Adobe Systems, Inc. · This project definition contains the core definition for all Maven projects of Adobe Systems, Inc., such that we have a consistent project build environment and need not repeat common configuration everytime. Each parent project of the Adobe products should refer to this project (${project.groupId}:adobe:${project.version}) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.

<dependency>
    <groupId>com.adobe</groupId>
    <artifactId>adobe</artifactId>
    <version>6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6

All Versions

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

Version Vulnerabilities Updated
6
adobe-6
5
adobe-5
4
adobe-4
3
adobe-3
2
adobe-2
1
adobe-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.adobe</groupId>
    <artifactId>adobe</artifactId>
    <version>6</version>
</dependency>