d

damConnector2_0.ui.apps.structure

Empty package that defines the structure of the Adobe Experience Manager repository the Code packages in this project deploy into. Any roots in the Code packages of this project should have their parent enumerated in the Filters list below.
Files download
File Operation
damConnector2_0.ui.apps.structure-1.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.sprinklr</groupId>
  <artifactId>damConnector2_0.ui.apps.structure</artifactId>
  <version>1.3.1</version>
  <type>content-package</type>
</dependency>
Gradle Groovy
implementation 'com.sprinklr:damConnector2_0.ui.apps.structure:1.3.1'
Gradle Kotlin
implementation("com.sprinklr:damConnector2_0.ui.apps.structure:1.3.1")
Scala SBT
libraryDependencies += "com.sprinklr" % "damConnector2_0.ui.apps.structure" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sprinklr', module='damConnector2_0.ui.apps.structure', version='1.3.1')
)
Apache Ivy
<dependency org="com.sprinklr" name="damConnector2_0.ui.apps.structure" rev="1.3.1" />
Leiningen
[com.sprinklr/damConnector2_0.ui.apps.structure "1.3.1"]
Apache Buildr
'com.sprinklr:damConnector2_0.ui.apps.structure:jar:1.3.1'