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