is not current version
Last Version 2.2.2

com.google.endpoints:endpoints-framework-all 2.1.0

A framework for building RESTful web APIs.

GroupId

GroupId

com.google.endpoints
ArtifactId

ArtifactId

endpoints-framework-all
Version

Version

2.1.0
Type

Type

jar

Download endpoints-framework-all 2.1.0


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