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