License |
License |
---|---|
GroupId | GroupIdcom.adobe.dx |
ArtifactId | ArtifactIdnode.main |
Version | Version2 |
Type | Typepom |
Description |
DescriptionAdobe DX - DX Node Main modules build
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 |
---|---|
node.main-2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.dx/node.main/ -->
<dependency>
<groupId>com.adobe.dx</groupId>
<artifactId>node.main</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/node.main/
implementation 'com.adobe.dx:node.main:2'
// https://jarcasting.com/artifacts/com.adobe.dx/node.main/
implementation ("com.adobe.dx:node.main:2")
'com.adobe.dx:node.main:pom:2'
<dependency org="com.adobe.dx" name="node.main" rev="2">
<artifact name="node.main" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='node.main', version='2')
)
libraryDependencies += "com.adobe.dx" % "node.main" % "2"
[com.adobe.dx/node.main "2"]