Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.linkedin.parseq |
ArtifactId | ArtifactIdparseq-http-client |
Version | Version3.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-http-client</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/
implementation 'com.linkedin.parseq:parseq-http-client:3.0.13'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-http-client/
implementation ("com.linkedin.parseq:parseq-http-client:3.0.13")
'com.linkedin.parseq:parseq-http-client:jar:3.0.13'
<dependency org="com.linkedin.parseq" name="parseq-http-client" rev="3.0.13">
<artifact name="parseq-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-http-client', version='3.0.13')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-http-client" % "3.0.13"
[com.linkedin.parseq/parseq-http-client "3.0.13"]