smartling-api-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-api-sdk</artifactId> <version>1.17.0</version> </dependency>
<?xml version="1.0"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.smartling.api</groupId> <artifactId>smartling-sdk-parent</artifactId> <version>1.17.0</version> </parent> <artifactId>smartling-api-sdk</artifactId> <version>1.17.0</version> <packaging>jar</packaging> <name>Smartling API SDK</name> <dependencies> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-accounts-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-issues-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-locales-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-jobs-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-job-batches-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-files-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-projects-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-strings-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-contexts-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-attachments-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-reports-api</artifactId> <version>1.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-glossary-api</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>com.smartling.api</groupId> <artifactId>smartling-file-translations-api</artifactId> <version>1.17.0</version> </dependency> </dependencies> </project>