| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.hynnet |
| ArtifactId | ArtifactIdhttpcore |
| Last Version | Last Version4.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HttpCore for jdk 1.5
Apache HttpComponents Core (blocking I/O) for jdk 1.5
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| httpcore-4.4.3.pom | |
| httpcore-4.4.3.jar | 309 KB |
| httpcore-4.4.3-sources.jar | 395 KB |
| httpcore-4.4.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/httpcore/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/httpcore/
implementation 'com.hynnet:httpcore:4.4.3'
// https://jarcasting.com/artifacts/com.hynnet/httpcore/
implementation ("com.hynnet:httpcore:4.4.3")
'com.hynnet:httpcore:jar:4.4.3'
<dependency org="com.hynnet" name="httpcore" rev="4.4.3">
<artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='httpcore', version='4.4.3')
)
libraryDependencies += "com.hynnet" % "httpcore" % "4.4.3"
[com.hynnet/httpcore "4.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.8.5 |
| commons-logging : commons-logging | jar | 1.2 |