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