GroupId | GroupIdcom.linkedin.pegasus |
---|---|
ArtifactId | ArtifactIdrestli-extras |
Version | Version19.0.3 |
Type | Typejar |
Filename | Size |
---|---|
restli-extras-19.0.3.pom | |
restli-extras-19.0.3.jar | 11 KB |
restli-extras-19.0.3-sources.jar | 5 KB |
restli-extras-19.0.3-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>19.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-extras/
implementation 'com.linkedin.pegasus:restli-extras:19.0.3'
// https://jarcasting.com/artifacts/com.linkedin.pegasus/restli-extras/
implementation ("com.linkedin.pegasus:restli-extras:19.0.3")
'com.linkedin.pegasus:restli-extras:jar:19.0.3'
<dependency org="com.linkedin.pegasus" name="restli-extras" rev="19.0.3">
<artifact name="restli-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.pegasus', module='restli-extras', version='19.0.3')
)
libraryDependencies += "com.linkedin.pegasus" % "restli-extras" % "19.0.3"
[com.linkedin.pegasus/restli-extras "19.0.3"]