GroupId | GroupIdcom.smartling.api |
---|---|
ArtifactId | ArtifactIdsmartling-api-commons |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
smartling-api-commons-0.8.2.pom | |
smartling-api-commons-0.8.2.jar | 49 KB |
smartling-api-commons-0.8.2-sources.jar | 30 KB |
smartling-api-commons-0.8.2-javadoc.jar | 658 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartling.api/smartling-api-commons/ -->
<dependency>
<groupId>com.smartling.api</groupId>
<artifactId>smartling-api-commons</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartling.api/smartling-api-commons/
implementation 'com.smartling.api:smartling-api-commons:0.8.2'
// https://jarcasting.com/artifacts/com.smartling.api/smartling-api-commons/
implementation ("com.smartling.api:smartling-api-commons:0.8.2")
'com.smartling.api:smartling-api-commons:jar:0.8.2'
<dependency org="com.smartling.api" name="smartling-api-commons" rev="0.8.2">
<artifact name="smartling-api-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartling.api', module='smartling-api-commons', version='0.8.2')
)
libraryDependencies += "com.smartling.api" % "smartling-api-commons" % "0.8.2"
[com.smartling.api/smartling-api-commons "0.8.2"]