Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.pacesys |
ArtifactId | ArtifactIdit-httpclient |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
it-httpclient-3.0.1.pom | |
it-httpclient-3.0.1.jar | 1 KB |
it-httpclient-3.0.1-tests.jar | 1 KB |
it-httpclient-3.0.1-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.pacesys/it-httpclient/ -->
<dependency>
<groupId>org.pacesys</groupId>
<artifactId>it-httpclient</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pacesys/it-httpclient/
implementation 'org.pacesys:it-httpclient:3.0.1'
// https://jarcasting.com/artifacts/org.pacesys/it-httpclient/
implementation ("org.pacesys:it-httpclient:3.0.1")
'org.pacesys:it-httpclient:jar:3.0.1'
<dependency org="org.pacesys" name="it-httpclient" rev="3.0.1">
<artifact name="it-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pacesys', module='it-httpclient', version='3.0.1')
)
libraryDependencies += "org.pacesys" % "it-httpclient" % "3.0.1"
[org.pacesys/it-httpclient "3.0.1"]