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