e

endpoints-management-auth

Enables authentication by multiple authentication providers
https://cloud.google.com/endpoints/docs/frameworks/java
The Apache License, Version 2.0
Tim Emiola Yang Guan
文件下载
文件名 操作
endpoints-management-auth-1.0.14.jar 下载
endpoints-management-auth-1.0.14.pom 下载
endpoints-management-auth-1.0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.endpoints</groupId>
  <artifactId>endpoints-management-auth</artifactId>
  <version>1.0.14</version>
</dependency>
Gradle Groovy
implementation 'com.google.endpoints:endpoints-management-auth:1.0.14'
Gradle Kotlin
implementation("com.google.endpoints:endpoints-management-auth:1.0.14")
Scala SBT
libraryDependencies += "com.google.endpoints" % "endpoints-management-auth" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.google.endpoints', module='endpoints-management-auth', version='1.0.14')
)
Apache Ivy
<dependency org="com.google.endpoints" name="endpoints-management-auth" rev="1.0.14" />
Leiningen
[com.google.endpoints/endpoints-management-auth "1.0.14"]
Apache Buildr
'com.google.endpoints:endpoints-management-auth:jar:1.0.14'