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