is not current version
Last Version 2.2.2

com.google.endpoints:endpoints-framework 2.0.0-beta.2

A framework for building RESTful web APIs.

GroupId

GroupId

com.google.endpoints
ArtifactId

ArtifactId

endpoints-framework
Version

Version

2.0.0-beta.2
Type

Type

jar

Download endpoints-framework 2.0.0-beta.2


<!-- https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/ -->
<dependency>
    <groupId>com.google.endpoints</groupId>
    <artifactId>endpoints-framework</artifactId>
    <version>2.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/
implementation 'com.google.endpoints:endpoints-framework:2.0.0-beta.2'
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-framework/
implementation ("com.google.endpoints:endpoints-framework:2.0.0-beta.2")
'com.google.endpoints:endpoints-framework:jar:2.0.0-beta.2'
<dependency org="com.google.endpoints" name="endpoints-framework" rev="2.0.0-beta.2">
  <artifact name="endpoints-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.endpoints', module='endpoints-framework', version='2.0.0-beta.2')
)
libraryDependencies += "com.google.endpoints" % "endpoints-framework" % "2.0.0-beta.2"
[com.google.endpoints/endpoints-framework "2.0.0-beta.2"]