| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.linkedin.parseq |
| ArtifactId | ArtifactIdparseq-http-client |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parseq-http-client-4.0.0.pom | |
| parseq-http-client-4.0.0.jar | 6 KB |
| parseq-http-client-4.0.0-sources.jar | 2 KB |
| parseq-http-client-4.0.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-http-client</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/
implementation 'com.linkedin.parseq:parseq-http-client:4.0.0'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/
implementation ("com.linkedin.parseq:parseq-http-client:4.0.0")
'com.linkedin.parseq:parseq-http-client:jar:4.0.0'
<dependency org="com.linkedin.parseq" name="parseq-http-client" rev="4.0.0">
<artifact name="parseq-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-http-client', version='4.0.0')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-http-client" % "4.0.0"
[com.linkedin.parseq/parseq-http-client "4.0.0"]