GroupId | GroupIdio.esastack |
---|---|
ArtifactId | ArtifactIdcommons-http |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-http-0.2.1.pom | |
commons-http-0.2.1.jar | 9 KB |
commons-http-0.2.1-sources.jar | 11 KB |
commons-http-0.2.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/commons-http/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>commons-http</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/commons-http/
implementation 'io.esastack:commons-http:0.2.1'
// https://jarcasting.com/artifacts/io.esastack/commons-http/
implementation ("io.esastack:commons-http:0.2.1")
'io.esastack:commons-http:jar:0.2.1'
<dependency org="io.esastack" name="commons-http" rev="0.2.1">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='commons-http', version='0.2.1')
)
libraryDependencies += "io.esastack" % "commons-http" % "0.2.1"
[io.esastack/commons-http "0.2.1"]