| License |
License |
|---|---|
| GroupId | GroupIdcom.wybusy |
| ArtifactId | ArtifactIdEasyHttp |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionEasyHttp
Utils written in Java
|
| Filename | Size |
|---|---|
| EasyHttp-2.0.0.pom | |
| EasyHttp-2.0.0.jar | 9 KB |
| EasyHttp-2.0.0-sources.jar | 5 KB |
| EasyHttp-2.0.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wybusy/EasyHttp/ -->
<dependency>
<groupId>com.wybusy</groupId>
<artifactId>EasyHttp</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wybusy/EasyHttp/
implementation 'com.wybusy:EasyHttp:2.0.0'
// https://jarcasting.com/artifacts/com.wybusy/EasyHttp/
implementation ("com.wybusy:EasyHttp:2.0.0")
'com.wybusy:EasyHttp:jar:2.0.0'
<dependency org="com.wybusy" name="EasyHttp" rev="2.0.0">
<artifact name="EasyHttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wybusy', module='EasyHttp', version='2.0.0')
)
libraryDependencies += "com.wybusy" % "EasyHttp" % "2.0.0"
[com.wybusy/EasyHttp "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |