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