Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdhttpcore |
Version | Version4.4.1 |
Type | Typejar |
Filename | Size |
---|---|
httpcore-4.4.1.pom | |
httpcore-4.4.1.jar | 309 KB |
httpcore-4.4.1-sources.jar | 395 KB |
httpcore-4.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/httpcore/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/httpcore/
implementation 'com.hynnet:httpcore:4.4.1'
// https://jarcasting.com/artifacts/com.hynnet/httpcore/
implementation ("com.hynnet:httpcore:4.4.1")
'com.hynnet:httpcore:jar:4.4.1'
<dependency org="com.hynnet" name="httpcore" rev="4.4.1">
<artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='httpcore', version='4.4.1')
)
libraryDependencies += "com.hynnet" % "httpcore" % "4.4.1"
[com.hynnet/httpcore "4.4.1"]