GroupId | GroupIdde.samply |
---|---|
ArtifactId | ArtifactIdcommon-http |
Version | Version7.4.1 |
Type | Typejar |
Filename | Size |
---|---|
common-http-7.4.1.pom | |
common-http-7.4.1.jar | 17 KB |
common-http-7.4.1-sources.jar | 11 KB |
common-http-7.4.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.samply/common-http/ -->
<dependency>
<groupId>de.samply</groupId>
<artifactId>common-http</artifactId>
<version>7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.samply/common-http/
implementation 'de.samply:common-http:7.4.1'
// https://jarcasting.com/artifacts/de.samply/common-http/
implementation ("de.samply:common-http:7.4.1")
'de.samply:common-http:jar:7.4.1'
<dependency org="de.samply" name="common-http" rev="7.4.1">
<artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.samply', module='common-http', version='7.4.1')
)
libraryDependencies += "de.samply" % "common-http" % "7.4.1"
[de.samply/common-http "7.4.1"]