| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.bogdanovmn.httpclient.core | 
| ArtifactId | ArtifactIdhttp-client-core | 
| Last Version | Last Version3.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHTTP client framework (Core) HTTP client framework | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| http-client-core-3.1.0.pom | |
| http-client-core-3.1.0.jar | 5 KB | 
| http-client-core-3.1.0-sources.jar | 4 KB | 
| http-client-core-3.1.0-javadoc.jar | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/ -->
<dependency>
    <groupId>com.github.bogdanovmn.httpclient.core</groupId>
    <artifactId>http-client-core</artifactId>
    <version>3.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/
implementation 'com.github.bogdanovmn.httpclient.core:http-client-core:3.1.0'// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/
implementation ("com.github.bogdanovmn.httpclient.core:http-client-core:3.1.0")'com.github.bogdanovmn.httpclient.core:http-client-core:jar:3.1.0'<dependency org="com.github.bogdanovmn.httpclient.core" name="http-client-core" rev="3.1.0">
  <artifact name="http-client-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bogdanovmn.httpclient.core', module='http-client-core', version='3.1.0')
)libraryDependencies += "com.github.bogdanovmn.httpclient.core" % "http-client-core" % "3.1.0"[com.github.bogdanovmn.httpclient.core/http-client-core "3.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |