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