Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.linkedin.pegasus |
ArtifactId | ArtifactIdrestli-example-client |
Version | Version1.10.6 |
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.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-example-client/
implementation 'com.linkedin.pegasus:restli-example-client:1.10.6'
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-example-client/
implementation ("com.linkedin.pegasus:restli-example-client:1.10.6")
'com.linkedin.pegasus:restli-example-client:jar:1.10.6'
<dependency org="com.linkedin.pegasus" name="restli-example-client" rev="1.10.6">
<artifact name="restli-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.pegasus', module='restli-example-client', version='1.10.6')
)
libraryDependencies += "com.linkedin.pegasus" % "restli-example-client" % "1.10.6"
[com.linkedin.pegasus/restli-example-client "1.10.6"]