com.smartling.aem.connector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.smartling.aem</groupId> <artifactId>com.smartling.aem.connector</artifactId> <version>5.9.40</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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.smartling.aem</groupId> <artifactId>com.smartling.aem.connector</artifactId> <packaging>content-package</packaging> <version>5.9.40</version> <name>Smartling AEM Cloud Connector</name> <description>Smartling Translation Connector for AEM Cloud</description> <url>https://www.smartling.com/software/integrations/adobe-experience-manager/</url> <scm> <url>https://github.com/Smartling/aem6-translation-connector</url> <developerConnection>scm:git:ssh://git@github.com/Smartling/aem6-translation-connector</developerConnection> <tag>HEAD</tag> </scm> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Smartling</name> <organization>Smartling, Inc.</organization> <url>https://www.smartling.com/</url> <roles> <role>Organization</role> </roles> </developer> </developers> </project>