Download endpoints-framework-2.0.0-beta.8.jar file - Jar e

Jar examples for e:endpoints-framework

Description

A framework for building RESTful web APIs.

You can download jar file endpoints-framework 2.0.0-beta.8 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add endpoints-framework-2.0.0-beta.8.jar to your project.

<dependency>
   <groupId>com.google.endpoints</groupId>
   <artifactId>endpoints-framework</artifactId>
   <version>2.0.0-beta.8</version>
</dependency>
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.0-beta.8'
libraryDependencies += "com.google.endpoints" % "endpoints-framework" % "2.0.0-beta.8"
<dependency org="com.google.endpoints" name="endpoints-framework" rev="2.0.0-beta.8"/>
@Grapes(@Grab(group='com.google.endpoints', module='endpoints-framework', version='2.0.0-beta.8'))
'com.google.endpoints:endpoints-framework:jar:2.0.0-beta.8'

Download

Click the following link to download the jar file.

endpoints-framework-2.0.0-beta.8-javadoc.jar
endpoints-framework-2.0.0-beta.8-sources.jar
endpoints-framework-2.0.0-beta.8.jar
endpoints-framework-2.0.0-beta.8.pom



Related Tutorials