is not current version
Last Version 3.5.1-jdk11

com.weicoder:http 3.4.3-jdk8


GroupId

GroupId

com.weicoder
ArtifactId

ArtifactId

http
Version

Version

3.4.3-jdk8
Type

Type

jar

Download http 3.4.3-jdk8


<!-- https://jarcasting.com/artifacts/com.weicoder/http/ -->
<dependency>
    <groupId>com.weicoder</groupId>
    <artifactId>http</artifactId>
    <version>3.4.3-jdk8</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/http/
implementation 'com.weicoder:http:3.4.3-jdk8'
// https://jarcasting.com/artifacts/com.weicoder/http/
implementation ("com.weicoder:http:3.4.3-jdk8")
'com.weicoder:http:jar:3.4.3-jdk8'
<dependency org="com.weicoder" name="http" rev="3.4.3-jdk8">
  <artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='http', version='3.4.3-jdk8')
)
libraryDependencies += "com.weicoder" % "http" % "3.4.3-jdk8"
[com.weicoder/http "3.4.3-jdk8"]