MVN

com.smartling : smartling-api-sdk

Maven & Gradle

Aug 16, 2019
1 usages
13 stars

smartling-api-sdk

<dependency>
    <groupId>com.smartling</groupId>
    <artifactId>smartling-api-sdk</artifactId>
    <version>4.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.smartling : smartling-api-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.25

All Versions

Choose a version of com.smartling : smartling-api-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
smartling-api-sdk-4.0.25
smartling-api-sdk-4.0.21
smartling-api-sdk-4.0.17
smartling-api-sdk-4.0.15
smartling-api-sdk-4.0.14
smartling-api-sdk-4.0.12
smartling-api-sdk-4.0.11
smartling-api-sdk-4.0.10
smartling-api-sdk-4.0.9
smartling-api-sdk-4.0.8
smartling-api-sdk-4.0.7
smartling-api-sdk-4.0.5
smartling-api-sdk-4.0.4
smartling-api-sdk-4.0.3
smartling-api-sdk-4.0.2
smartling-api-sdk-4.0.1-RELEASE
3.2.x
smartling-api-sdk-3.2.2
smartling-api-sdk-3.2.1
smartling-api-sdk-3.2.0
3.1.x
smartling-api-sdk-3.1.0
3.0.x
smartling-api-sdk-3.0.0
2.1.x
smartling-api-sdk-2.1.2
2.0.x
smartling-api-sdk-2.0.2
smartling-api-sdk-2.0.1
smartling-api-sdk-2.0.0
1.5.x
smartling-api-sdk-1.5.4
smartling-api-sdk-1.5.3
smartling-api-sdk-1.5.2
smartling-api-sdk-1.5.1
smartling-api-sdk-1.5.0

How to add a dependency to Maven

Add the following com.smartling : smartling-api-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.smartling</groupId>
    <artifactId>smartling-api-sdk</artifactId>
    <version>4.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.smartling : smartling-api-sdk gradle dependency to your build.gradle file:

implementation 'com.smartling:smartling-api-sdk:4.0.25'

Gradle Kotlin DSL: Add the following com.smartling : smartling-api-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.smartling:smartling-api-sdk:4.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.smartling : smartling-api-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.smartling" % "smartling-api-sdk" % "4.0.25"