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