is not current version
Last Version 1.19

com.testquack:common-client 1.13


Categories

Categories

CLI User Interface
GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

common-client
Version

Version

1.13
Type

Type

jar

Download common-client 1.13


<!-- https://jarcasting.com/artifacts/com.testquack/common-client/ -->
<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>common-client</artifactId>
    <version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation 'com.testquack:common-client:1.13'
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation ("com.testquack:common-client:1.13")
'com.testquack:common-client:jar:1.13'
<dependency org="com.testquack" name="common-client" rev="1.13">
  <artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='common-client', version='1.13')
)
libraryDependencies += "com.testquack" % "common-client" % "1.13"
[com.testquack/common-client "1.13"]