is not current version
Last Version 6

com.adobe:adobe 1

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

1
Type

Type

pom

Download adobe 1

Filename Size
adobe-1.pom 8 KB
Browse

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