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