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