GroupId | GroupIdcom.smartling |
---|---|
ArtifactId | ArtifactIdsmartling-api-sdk |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
smartling-api-sdk-1.5.0.pom | |
smartling-api-sdk-1.5.0.jar | 1 MB |
smartling-api-sdk-1.5.0-sources.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/ -->
<dependency>
<groupId>com.smartling</groupId>
<artifactId>smartling-api-sdk</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/
implementation 'com.smartling:smartling-api-sdk:1.5.0'
// https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/
implementation ("com.smartling:smartling-api-sdk:1.5.0")
'com.smartling:smartling-api-sdk:jar:1.5.0'
<dependency org="com.smartling" name="smartling-api-sdk" rev="1.5.0">
<artifact name="smartling-api-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartling', module='smartling-api-sdk', version='1.5.0')
)
libraryDependencies += "com.smartling" % "smartling-api-sdk" % "1.5.0"
[com.smartling/smartling-api-sdk "1.5.0"]