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