Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.linkedin.pegasus |
ArtifactId | ArtifactIdrestli-example-client |
Version | Version1.13.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-example-client/ -->
<dependency>
<groupId>com.linkedin.pegasus</groupId>
<artifactId>restli-example-client</artifactId>
<version>1.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-example-client/
implementation 'com.linkedin.pegasus:restli-example-client:1.13.4'
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-example-client/
implementation ("com.linkedin.pegasus:restli-example-client:1.13.4")
'com.linkedin.pegasus:restli-example-client:jar:1.13.4'
<dependency org="com.linkedin.pegasus" name="restli-example-client" rev="1.13.4">
<artifact name="restli-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.pegasus', module='restli-example-client', version='1.13.4')
)
libraryDependencies += "com.linkedin.pegasus" % "restli-example-client" % "1.13.4"
[com.linkedin.pegasus/restli-example-client "1.13.4"]