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