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