License |
License |
---|---|
GroupId | GroupIdcom.github.esastack |
ArtifactId | ArtifactIdcommons-http |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionCommons :: Http
ESA Commons is the common lib of ESA Stack.
|
Filename | Size |
---|---|
commons-http-0.0.1.pom | |
commons-http-0.0.1.jar | 9 KB |
commons-http-0.0.1-sources.jar | 10 KB |
commons-http-0.0.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.esastack/commons-http/ -->
<dependency>
<groupId>com.github.esastack</groupId>
<artifactId>commons-http</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.esastack/commons-http/
implementation 'com.github.esastack:commons-http:0.0.1'
// https://jarcasting.com/artifacts/com.github.esastack/commons-http/
implementation ("com.github.esastack:commons-http:0.0.1")
'com.github.esastack:commons-http:jar:0.0.1'
<dependency org="com.github.esastack" name="commons-http" rev="0.0.1">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.esastack', module='commons-http', version='0.0.1')
)
libraryDependencies += "com.github.esastack" % "commons-http" % "0.0.1"
[com.github.esastack/commons-http "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.esastack : commons | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-inline | jar | 3.3.3 |