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