Last Version

Adobe Systems Incorporated 6

This project definition contains the core definition for all Maven projects of Adobe Systems Incorporated, 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 (com.adobe:adobe:6) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.

License

License

GroupId

GroupId

com.adobe
ArtifactId

ArtifactId

adobe
Version

Version

6
Type

Type

pom
Description

Description

Adobe Systems Incorporated
This project definition contains the core definition for all Maven projects of Adobe Systems Incorporated, 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 (com.adobe:adobe:6) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.
Project URL

Project URL

https://adobe.com
Project Organization

Project Organization

Adobe Systems Incorporated

Download adobe 6

Filename Size
adobe-6.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.adobe/adobe/ -->
<dependency>
    <groupId>com.adobe</groupId>
    <artifactId>adobe</artifactId>
    <version>6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe/adobe/
implementation 'com.adobe:adobe:6'
// https://jarcasting.com/artifacts/com.adobe/adobe/
implementation ("com.adobe:adobe:6")
'com.adobe:adobe:pom:6'
<dependency org="com.adobe" name="adobe" rev="6">
  <artifact name="adobe" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe', module='adobe', version='6')
)
libraryDependencies += "com.adobe" % "adobe" % "6"
[com.adobe/adobe "6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.