aem-cif-sdk-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-cif-sdk-api</artifactId> <version>2025.04.29.00</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- /******************************************************************************* * ADOBE CONFIDENTIAL * ___________________ * * Copyright 2021 Adobe * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe and its suppliers, if any. The intellectual * and technical concepts contained herein are proprietary to Adobe * and its suppliers and are protected by all applicable intellectual * property laws, including trade secret and copyright laws. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe. * ******************************************************************************/ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.adobe.aem</groupId> <artifactId>aem-cif-sdk-api</artifactId> <version>2025.04.29.00</version> <name>Commerce Add-on Feature Model API</name> <description>Feature Model API for the AEMaaCS CIF add-on</description> <organization> <name>Adobe</name> <url>https://www.adobe.com/</url> </organization> <url>https://experienceleague.adobe.com/docs/experience-manager-cloud-service/commerce/home.html</url> <licenses> <license> <name>Copyright 2021 Adobe. All Rights Reserved.</name> <comments>All information contained herein is, and remains the property of Adobe and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Adobe and its suppliers and are protected by all applicable intellectual property laws, including trade secret and copyright laws. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe.</comments> </license> </licenses> <developers> <developer> <name>Mark J. Becker</name> <email>mabecker@adobe.com</email> <organization>Adobe</organization> <organizationUrl>https://www.adobe.com</organizationUrl> </developer> <developer> <name>Markus Haack</name> <email>mhaack@adobe.com</email> <organization>Adobe</organization> <organizationUrl>https://www.adobe.com</organizationUrl> </developer> <developer> <name>Christophe Jelger</name> <email>jelger@adobe.com</email> <organization>Adobe</organization> <organizationUrl>https://www.adobe.com</organizationUrl> </developer> <developer> <name>Daniel Platon</name> <email>platon@adobe.com</email> <organization>Adobe</organization> <organizationUrl>https://www.adobe.com</organizationUrl> </developer> <developer> <name>Levente Santha</name> <email>levente@adobe.com</email> <organization>Adobe</organization> <organizationUrl>https://www.adobe.com</organizationUrl> </developer> </developers> <scm> <url/> </scm> </project>