License |
License |
---|---|
GroupId | GroupIdcom.adobe.dx |
ArtifactId | ArtifactIdparent |
Version | Version16 |
Type | Typepom |
Description |
DescriptionAdobe DX - DX Parent
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-16.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.dx/parent/ -->
<dependency>
<groupId>com.adobe.dx</groupId>
<artifactId>parent</artifactId>
<version>16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/parent/
implementation 'com.adobe.dx:parent:16'
// https://jarcasting.com/artifacts/com.adobe.dx/parent/
implementation ("com.adobe.dx:parent:16")
'com.adobe.dx:parent:pom:16'
<dependency org="com.adobe.dx" name="parent" rev="16">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='parent', version='16')
)
libraryDependencies += "com.adobe.dx" % "parent" % "16"
[com.adobe.dx/parent "16"]