Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-http-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-http-client-0.0.3.pom | |
commons-http-client-0.0.3.jar | 17 KB |
commons-http-client-0.0.3-sources.jar | 12 KB |
commons-http-client-0.0.3-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-http-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation 'com.github.crabs-hue.commons:commons-http-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation ("com.github.crabs-hue.commons:commons-http-client:0.0.3")
'com.github.crabs-hue.commons:commons-http-client:jar:0.0.3'
<dependency org="com.github.crabs-hue.commons" name="commons-http-client" rev="0.0.3">
<artifact name="commons-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-http-client', version='0.0.3')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-http-client" % "0.0.3"
[com.github.crabs-hue.commons/commons-http-client "0.0.3"]