Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.khubla.hsclient |
ArtifactId | ArtifactIdhsclient |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
hsclient-1.6.pom | |
hsclient-1.6.jar | 31 KB |
hsclient-1.6-sources.jar | 19 KB |
hsclient-1.6-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.khubla.hsclient/hsclient/ -->
<dependency>
<groupId>com.khubla.hsclient</groupId>
<artifactId>hsclient</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.khubla.hsclient/hsclient/
implementation 'com.khubla.hsclient:hsclient:1.6'
// https://jarcasting.com/artifacts/com.khubla.hsclient/hsclient/
implementation ("com.khubla.hsclient:hsclient:1.6")
'com.khubla.hsclient:hsclient:jar:1.6'
<dependency org="com.khubla.hsclient" name="hsclient" rev="1.6">
<artifact name="hsclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.khubla.hsclient', module='hsclient', version='1.6')
)
libraryDependencies += "com.khubla.hsclient" % "hsclient" % "1.6"
[com.khubla.hsclient/hsclient "1.6"]