GroupId | GroupIdcom.linkedin.pegasus |
---|---|
ArtifactId | ArtifactIdrestli-extras |
Version | Version11.0.17 |
Type | Typejar |
Filename | Size |
---|---|
restli-extras-11.0.17.pom | |
restli-extras-11.0.17.jar | 11 KB |
restli-extras-11.0.17-sources.jar | 5 KB |
restli-extras-11.0.17-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-extras/ -->
<dependency>
<groupId>com.linkedin.pegasus</groupId>
<artifactId>restli-extras</artifactId>
<version>11.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-extras/
implementation 'com.linkedin.pegasus:restli-extras:11.0.17'
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-extras/
implementation ("com.linkedin.pegasus:restli-extras:11.0.17")
'com.linkedin.pegasus:restli-extras:jar:11.0.17'
<dependency org="com.linkedin.pegasus" name="restli-extras" rev="11.0.17">
<artifact name="restli-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.pegasus', module='restli-extras', version='11.0.17')
)
libraryDependencies += "com.linkedin.pegasus" % "restli-extras" % "11.0.17"
[com.linkedin.pegasus/restli-extras "11.0.17"]