GroupId | GroupIdcom.smartling.api |
---|---|
ArtifactId | ArtifactIdsmartling-api-commons |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
smartling-api-commons-0.8.0.pom | |
smartling-api-commons-0.8.0.jar | 49 KB |
smartling-api-commons-0.8.0-sources.jar | 30 KB |
smartling-api-commons-0.8.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartling.api/smartling-api-commons/
implementation 'com.smartling.api:smartling-api-commons:0.8.0'
// https://jarcasting.com/artifacts/com.smartling.api/smartling-api-commons/
implementation ("com.smartling.api:smartling-api-commons:0.8.0")
'com.smartling.api:smartling-api-commons:jar:0.8.0'
<dependency org="com.smartling.api" name="smartling-api-commons" rev="0.8.0">
<artifact name="smartling-api-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartling.api', module='smartling-api-commons', version='0.8.0')
)
libraryDependencies += "com.smartling.api" % "smartling-api-commons" % "0.8.0"
[com.smartling.api/smartling-api-commons "0.8.0"]