GroupId | GroupIdcom.smartling |
---|---|
ArtifactId | ArtifactIdsmartling-api-sdk |
Version | Version4.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/ -->
<dependency>
<groupId>com.smartling</groupId>
<artifactId>smartling-api-sdk</artifactId>
<version>4.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/
implementation 'com.smartling:smartling-api-sdk:4.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.smartling/smartling-api-sdk/
implementation ("com.smartling:smartling-api-sdk:4.0.1-RELEASE")
'com.smartling:smartling-api-sdk:jar:4.0.1-RELEASE'
<dependency org="com.smartling" name="smartling-api-sdk" rev="4.0.1-RELEASE">
<artifact name="smartling-api-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartling', module='smartling-api-sdk', version='4.0.1-RELEASE')
)
libraryDependencies += "com.smartling" % "smartling-api-sdk" % "4.0.1-RELEASE"
[com.smartling/smartling-api-sdk "4.0.1-RELEASE"]