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