License |
License |
---|---|
GroupId | GroupIdio.esastack |
ArtifactId | ArtifactIdcommons-http |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionCommons :: Http
ESA Commons is the common lib of ESA Stack.
|
Filename | Size |
---|---|
commons-http-0.2.0.pom | |
commons-http-0.2.0.jar | 9 KB |
commons-http-0.2.0-sources.jar | 11 KB |
commons-http-0.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/commons-http/
implementation 'io.esastack:commons-http:0.2.0'
// https://jarcasting.com/artifacts/io.esastack/commons-http/
implementation ("io.esastack:commons-http:0.2.0")
'io.esastack:commons-http:jar:0.2.0'
<dependency org="io.esastack" name="commons-http" rev="0.2.0">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='commons-http', version='0.2.0')
)
libraryDependencies += "io.esastack" % "commons-http" % "0.2.0"
[io.esastack/commons-http "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.esastack : commons | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-inline | jar | 3.3.3 |