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