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