Download restli-server-2.6.0.jar file - Jar r

Jar examples for r:restli-server

Description

Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.

You can download jar file restli-server 2.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add restli-server-2.6.0.jar to your project.

<dependency>
   <groupId>com.linkedin.pegasus</groupId>
   <artifactId>restli-server</artifactId>
   <version>2.6.0</version>
</dependency>
compile group: 'com.linkedin.pegasus', name: 'restli-server', version: '2.6.0'
libraryDependencies += "com.linkedin.pegasus" % "restli-server" % "2.6.0"
<dependency org="com.linkedin.pegasus" name="restli-server" rev="2.6.0"/>
@Grapes(@Grab(group='com.linkedin.pegasus', module='restli-server', version='2.6.0'))
'com.linkedin.pegasus:restli-server:jar:2.6.0'

Download

Click the following link to download the jar file.

restli-server-2.6.0-javadoc.jar
restli-server-2.6.0-sources.jar
restli-server-2.6.0.jar
restli-server-2.6.0.pom



Related Tutorials