GroupId | GroupIdcom.google.endpoints |
---|---|
ArtifactId | ArtifactIdendpoints-management-auth |
Version | Version1.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.endpoints/endpoints-management-auth/ -->
<dependency>
<groupId>com.google.endpoints</groupId>
<artifactId>endpoints-management-auth</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-management-auth/
implementation 'com.google.endpoints:endpoints-management-auth:1.0.10'
// https://jarcasting.com/artifacts/com.google.endpoints/endpoints-management-auth/
implementation ("com.google.endpoints:endpoints-management-auth:1.0.10")
'com.google.endpoints:endpoints-management-auth:jar:1.0.10'
<dependency org="com.google.endpoints" name="endpoints-management-auth" rev="1.0.10">
<artifact name="endpoints-management-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.endpoints', module='endpoints-management-auth', version='1.0.10')
)
libraryDependencies += "com.google.endpoints" % "endpoints-management-auth" % "1.0.10"
[com.google.endpoints/endpoints-management-auth "1.0.10"]