GroupId | GroupIdcom.weicoder |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version3.3.4 |
Type | Typejar |
Filename | Size |
---|---|
http-3.3.4.pom | |
http-3.3.4.jar | 20 KB |
http-3.3.4-sources.jar | 7 KB |
http-3.3.4-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/http/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>http</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/http/
implementation 'com.weicoder:http:3.3.4'
// https://jarcasting.com/artifacts/com.weicoder/http/
implementation ("com.weicoder:http:3.3.4")
'com.weicoder:http:jar:3.3.4'
<dependency org="com.weicoder" name="http" rev="3.3.4">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='http', version='3.3.4')
)
libraryDependencies += "com.weicoder" % "http" % "3.3.4"
[com.weicoder/http "3.3.4"]