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