GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-common |
Version | Version1.9.37 |
Type | Typejar |
Filename | Size |
---|---|
http-common-1.9.37.pom | |
http-common-1.9.37.jar | 61 KB |
http-common-1.9.37-sources.jar | 33 KB |
http-common-1.9.37-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-common/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-common</artifactId>
<version>1.9.37</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-common/
implementation 'org.webpieces:http-common:1.9.37'
// https://jarcasting.com/artifacts/org.webpieces/http-common/
implementation ("org.webpieces:http-common:1.9.37")
'org.webpieces:http-common:jar:1.9.37'
<dependency org="org.webpieces" name="http-common" rev="1.9.37">
<artifact name="http-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-common', version='1.9.37')
)
libraryDependencies += "org.webpieces" % "http-common" % "1.9.37"
[org.webpieces/http-common "1.9.37"]