Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.theangrydev.thinhttpclient |
ArtifactId | ArtifactIdthin-http-client |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
thin-http-client-0.1.0.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>thin-http-client</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/
implementation 'io.github.theangrydev.thinhttpclient:thin-http-client:0.1.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client/
implementation ("io.github.theangrydev.thinhttpclient:thin-http-client:0.1.0")
'io.github.theangrydev.thinhttpclient:thin-http-client:pom:0.1.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="thin-http-client" rev="0.1.0">
<artifact name="thin-http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='thin-http-client', version='0.1.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "thin-http-client" % "0.1.0"
[io.github.theangrydev.thinhttpclient/thin-http-client "0.1.0"]