Categories |
CategoriesgRPC Net Networking |
---|---|
GroupId | GroupIdcom.google.api.grpc |
ArtifactId | ArtifactIdgoogle-common-protos-parent |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
google-common-protos-parent-2.0.1.pom | 6 KB |
google-common-protos-parent-2.0.1-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api.grpc/google-common-protos-parent/ -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api.grpc/google-common-protos-parent/
implementation 'com.google.api.grpc:google-common-protos-parent:2.0.1'
// https://jarcasting.com/artifacts/com.google.api.grpc/google-common-protos-parent/
implementation ("com.google.api.grpc:google-common-protos-parent:2.0.1")
'com.google.api.grpc:google-common-protos-parent:jar:2.0.1'
<dependency org="com.google.api.grpc" name="google-common-protos-parent" rev="2.0.1">
<artifact name="google-common-protos-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api.grpc', module='google-common-protos-parent', version='2.0.1')
)
libraryDependencies += "com.google.api.grpc" % "google-common-protos-parent" % "2.0.1"
[com.google.api.grpc/google-common-protos-parent "2.0.1"]