не последняя версия
Последняя версия 2.2.2

com.google.endpoints:endpoints-framework 2.2.1

A framework for building RESTful web APIs.

Группа

Группа

com.google.endpoints
Идентификатор

Идентификатор

endpoints-framework
Версия

Версия

2.2.1
Тип

Тип

jar

Скачать endpoints-framework 2.2.1


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