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