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