a

adobe

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}:${project.artifactId}:${project.version}) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.
https://adobe.com
License Agreement
Adobe Systems Incorporated
Adobe
Files download
File Operation
adobe-5.pom download
Apache Maven
<dependency>
  <groupId>com.adobe</groupId>
  <artifactId>adobe</artifactId>
  <version>5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.adobe:adobe:5'
Gradle Kotlin
implementation("com.adobe:adobe:5")
Scala SBT
libraryDependencies += "com.adobe" % "adobe" % "5"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe', module='adobe', version='5')
)
Apache Ivy
<dependency org="com.adobe" name="adobe" rev="5" />
Leiningen
[com.adobe/adobe "5"]
Apache Buildr
'com.adobe:adobe:jar:5'
Dependencies
The project has no third-party dependencies