smartling-strings-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.smartling.api</groupId>
<artifactId>smartling-strings-api</artifactId>
<version>2.0.7</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>2.0.7</version>
</parent>
<artifactId>smartling-strings-api</artifactId>
<version>2.0.7</version>
<name>Smartling Strings API</name>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.smartling.api</groupId>
<artifactId>smartling-api-commons</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
</project>