| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIddev.codeflush | 
| ArtifactId | ArtifactIdhttpclient | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| httpclient-1.0.0.pom | |
| httpclient-1.0.0.jar | 39 KB | 
| httpclient-1.0.0-sources.jar | 15 KB | 
| httpclient-1.0.0-javadoc.jar | 173 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.codeflush/httpclient/ -->
<dependency>
    <groupId>dev.codeflush</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/dev.codeflush/httpclient/
implementation 'dev.codeflush:httpclient:1.0.0'// https://jarcasting.com/artifacts/dev.codeflush/httpclient/
implementation ("dev.codeflush:httpclient:1.0.0")'dev.codeflush:httpclient:jar:1.0.0'<dependency org="dev.codeflush" name="httpclient" rev="1.0.0">
  <artifact name="httpclient" type="jar" />
</dependency>@Grapes(
@Grab(group='dev.codeflush', module='httpclient', version='1.0.0')
)libraryDependencies += "dev.codeflush" % "httpclient" % "1.0.0"[dev.codeflush/httpclient "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| com.github.tomakehurst : wiremock-jre8 | jar | 2.21.0 |