Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-http-client |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-http-client-0.5.0.pom | |
commons-http-client-0.5.0.jar | 20 KB |
commons-http-client-0.5.0-sources.jar | 11 KB |
commons-http-client-0.5.0-javadoc.jar | 105 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation 'com.github.crabs-hue.commons:commons-http-client:0.5.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation ("com.github.crabs-hue.commons:commons-http-client:0.5.0")
'com.github.crabs-hue.commons:commons-http-client:jar:0.5.0'
<dependency org="com.github.crabs-hue.commons" name="commons-http-client" rev="0.5.0">
<artifact name="commons-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-http-client', version='0.5.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-http-client" % "0.5.0"
[com.github.crabs-hue.commons/commons-http-client "0.5.0"]