Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdtop.bayberry |
ArtifactId | ArtifactIdhttpclientcore |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
httpclientcore-0.0.2.pom | |
httpclientcore-0.0.2.jar | 36 KB |
httpclientcore-0.0.2-sources.jar | 18 KB |
httpclientcore-0.0.2-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.bayberry/httpclientcore/ -->
<dependency>
<groupId>top.bayberry</groupId>
<artifactId>httpclientcore</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.bayberry/httpclientcore/
implementation 'top.bayberry:httpclientcore:0.0.2'
// https://jarcasting.com/artifacts/top.bayberry/httpclientcore/
implementation ("top.bayberry:httpclientcore:0.0.2")
'top.bayberry:httpclientcore:jar:0.0.2'
<dependency org="top.bayberry" name="httpclientcore" rev="0.0.2">
<artifact name="httpclientcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.bayberry', module='httpclientcore', version='0.0.2')
)
libraryDependencies += "top.bayberry" % "httpclientcore" % "0.0.2"
[top.bayberry/httpclientcore "0.0.2"]