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