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