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