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