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