Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.codacy |
ArtifactId | ArtifactIdtoken-service-client_2.11 |
Version | Version0.18.0-compatclient.cf79df6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.codacy/token-service-client_2.11/ -->
<dependency>
<groupId>com.codacy</groupId>
<artifactId>token-service-client_2.11</artifactId>
<version>0.18.0-compatclient.cf79df6</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/token-service-client_2.11/
implementation 'com.codacy:token-service-client_2.11:0.18.0-compatclient.cf79df6'
// https://jarcasting.com/artifacts/com.codacy/token-service-client_2.11/
implementation ("com.codacy:token-service-client_2.11:0.18.0-compatclient.cf79df6")
'com.codacy:token-service-client_2.11:jar:0.18.0-compatclient.cf79df6'
<dependency org="com.codacy" name="token-service-client_2.11" rev="0.18.0-compatclient.cf79df6">
<artifact name="token-service-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='token-service-client_2.11', version='0.18.0-compatclient.cf79df6')
)
libraryDependencies += "com.codacy" % "token-service-client_2.11" % "0.18.0-compatclient.cf79df6"
[com.codacy/token-service-client_2.11 "0.18.0-compatclient.cf79df6"]