GroupId | GroupIdco.cask.common |
---|---|
ArtifactId | ArtifactIdcommon-http |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
common-http-0.7.1.pom | |
common-http-0.7.1.jar | 16 KB |
common-http-0.7.1-sources.jar | 10 KB |
common-http-0.7.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.common/common-http/ -->
<dependency>
<groupId>co.cask.common</groupId>
<artifactId>common-http</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common-http/
implementation 'co.cask.common:common-http:0.7.1'
// https://jarcasting.com/artifacts/co.cask.common/common-http/
implementation ("co.cask.common:common-http:0.7.1")
'co.cask.common:common-http:jar:0.7.1'
<dependency org="co.cask.common" name="common-http" rev="0.7.1">
<artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common-http', version='0.7.1')
)
libraryDependencies += "co.cask.common" % "common-http" % "0.7.1"
[co.cask.common/common-http "0.7.1"]