Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.daioware.net.http |
ArtifactId | ArtifactIdclient |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.0-RELEASE.pom | |
client-1.0.0-RELEASE.jar | 11 KB |
client-1.0.0-RELEASE-sources.jar | 4 KB |
client-1.0.0-RELEASE-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.net.http/client/ -->
<dependency>
<groupId>com.daioware.net.http</groupId>
<artifactId>client</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation 'com.daioware.net.http:client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation ("com.daioware.net.http:client:1.0.0-RELEASE")
'com.daioware.net.http:client:jar:1.0.0-RELEASE'
<dependency org="com.daioware.net.http" name="client" rev="1.0.0-RELEASE">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.net.http', module='client', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware.net.http" % "client" % "1.0.0-RELEASE"
[com.daioware.net.http/client "1.0.0-RELEASE"]