is not current version
Last Version 6

com.adobe:adobe 4

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.

GroupId

GroupId

com.adobe
ArtifactId

ArtifactId

adobe
Version

Version

4
Type

Type

pom

Download adobe 4

Filename Size
adobe-4.pom 10 KB
Browse

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