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