Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIdcommon-client |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
common-client-1.14.pom | |
common-client-1.14.jar | 5 KB |
common-client-1.14-sources.jar | 2 KB |
common-client-1.14-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/common-client/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>common-client</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation 'com.testquack:common-client:1.14'
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation ("com.testquack:common-client:1.14")
'com.testquack:common-client:jar:1.14'
<dependency org="com.testquack" name="common-client" rev="1.14">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='common-client', version='1.14')
)
libraryDependencies += "com.testquack" % "common-client" % "1.14"
[com.testquack/common-client "1.14"]