Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.linkedin.parseq |
ArtifactId | ArtifactIdparseq-restli-client |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
parseq-restli-client-2.4.0.pom | |
parseq-restli-client-2.4.0.jar | 80 KB |
parseq-restli-client-2.4.0-sources.jar | 40 KB |
parseq-restli-client-2.4.0-javadoc.jar | 198 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-restli-client/
implementation 'com.linkedin.parseq:parseq-restli-client:2.4.0'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-restli-client/
implementation ("com.linkedin.parseq:parseq-restli-client:2.4.0")
'com.linkedin.parseq:parseq-restli-client:jar:2.4.0'
<dependency org="com.linkedin.parseq" name="parseq-restli-client" rev="2.4.0">
<artifact name="parseq-restli-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-restli-client', version='2.4.0')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-restli-client" % "2.4.0"
[com.linkedin.parseq/parseq-restli-client "2.4.0"]