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