License |
License |
---|---|
GroupId | GroupIdcom.yanzhenjie.apache |
ArtifactId | ArtifactIdhttpcore |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionapache-components-httpcore
apache-components-httpcore
|
Filename | Size |
---|---|
httpcore-5.0.pom | |
httpcore-5.0.jar | 269 KB |
httpcore-5.0-sources.jar | 342 KB |
httpcore-5.0-javadoc.jar | 808 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie.apache/httpcore/ -->
<dependency>
<groupId>com.yanzhenjie.apache</groupId>
<artifactId>httpcore</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.apache/httpcore/
implementation 'com.yanzhenjie.apache:httpcore:5.0'
// https://jarcasting.com/artifacts/com.yanzhenjie.apache/httpcore/
implementation ("com.yanzhenjie.apache:httpcore:5.0")
'com.yanzhenjie.apache:httpcore:jar:5.0'
<dependency org="com.yanzhenjie.apache" name="httpcore" rev="5.0">
<artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.apache', module='httpcore', version='5.0')
)
libraryDependencies += "com.yanzhenjie.apache" % "httpcore" % "5.0"
[com.yanzhenjie.apache/httpcore "5.0"]