a

aem-connector.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.
文件下载
文件名 操作
aem-connector.ui.apps.structure-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.sprinklr</groupId>
  <artifactId>aem-connector.ui.apps.structure</artifactId>
  <version>1.0.0</version>
  <type>content-package</type>
</dependency>
Gradle Groovy
implementation 'com.sprinklr:aem-connector.ui.apps.structure:1.0.0'
Gradle Kotlin
implementation("com.sprinklr:aem-connector.ui.apps.structure:1.0.0")
Scala SBT
libraryDependencies += "com.sprinklr" % "aem-connector.ui.apps.structure" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sprinklr', module='aem-connector.ui.apps.structure', version='1.0.0')
)
Apache Ivy
<dependency org="com.sprinklr" name="aem-connector.ui.apps.structure" rev="1.0.0" />
Leiningen
[com.sprinklr/aem-connector.ui.apps.structure "1.0.0"]
Apache Buildr
'com.sprinklr:aem-connector.ui.apps.structure:jar:1.0.0'