Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.wudaosoft |
ArtifactId | ArtifactIdwudaosoft-httpclient |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
wudaosoft-httpclient-2.0.1.pom | |
wudaosoft-httpclient-2.0.1.jar | 56 KB |
wudaosoft-httpclient-2.0.1-sources.jar | 39 KB |
wudaosoft-httpclient-2.0.1-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-httpclient/ -->
<dependency>
<groupId>com.wudaosoft</groupId>
<artifactId>wudaosoft-httpclient</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-httpclient/
implementation 'com.wudaosoft:wudaosoft-httpclient:2.0.1'
// https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-httpclient/
implementation ("com.wudaosoft:wudaosoft-httpclient:2.0.1")
'com.wudaosoft:wudaosoft-httpclient:jar:2.0.1'
<dependency org="com.wudaosoft" name="wudaosoft-httpclient" rev="2.0.1">
<artifact name="wudaosoft-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudaosoft', module='wudaosoft-httpclient', version='2.0.1')
)
libraryDependencies += "com.wudaosoft" % "wudaosoft-httpclient" % "2.0.1"
[com.wudaosoft/wudaosoft-httpclient "2.0.1"]