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