Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.isuper |
ArtifactId | ArtifactIdisuper.http-client |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
isuper.http-client-0.2.2.pom | |
isuper.http-client-0.2.2.jar | 4 KB |
isuper.http-client-0.2.2-sources.jar | 2 KB |
isuper.http-client-0.2.2-javadoc.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.http-client/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.http-client</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation 'org.isuper:isuper.http-client:0.2.2'
// https://jarcasting.com/artifacts/org.isuper/isuper.http-client/
implementation ("org.isuper:isuper.http-client:0.2.2")
'org.isuper:isuper.http-client:jar:0.2.2'
<dependency org="org.isuper" name="isuper.http-client" rev="0.2.2">
<artifact name="isuper.http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.http-client', version='0.2.2')
)
libraryDependencies += "org.isuper" % "isuper.http-client" % "0.2.2"
[org.isuper/isuper.http-client "0.2.2"]