Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sirika.httpclienthelpers |
ArtifactId | ArtifactIdhttpclienthelpers-assembly |
Version | Version0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sirika.httpclienthelpers/httpclienthelpers-assembly/ -->
<dependency>
<groupId>com.sirika.httpclienthelpers</groupId>
<artifactId>httpclienthelpers-assembly</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sirika.httpclienthelpers/httpclienthelpers-assembly/
implementation 'com.sirika.httpclienthelpers:httpclienthelpers-assembly:0.4'
// https://jarcasting.com/artifacts/com.sirika.httpclienthelpers/httpclienthelpers-assembly/
implementation ("com.sirika.httpclienthelpers:httpclienthelpers-assembly:0.4")
'com.sirika.httpclienthelpers:httpclienthelpers-assembly:jar:0.4'
<dependency org="com.sirika.httpclienthelpers" name="httpclienthelpers-assembly" rev="0.4">
<artifact name="httpclienthelpers-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sirika.httpclienthelpers', module='httpclienthelpers-assembly', version='0.4')
)
libraryDependencies += "com.sirika.httpclienthelpers" % "httpclienthelpers-assembly" % "0.4"
[com.sirika.httpclienthelpers/httpclienthelpers-assembly "0.4"]