| Categories |
CategoriesgRPC Net Networking |
|---|---|
| GroupId | GroupIdcom.facebook.presto |
| ArtifactId | ArtifactIdpresto-grpc-api |
| Version | Version0.271.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| presto-grpc-api-0.271.1.pom | |
| presto-grpc-api-0.271.1.jar | 88 KB |
| presto-grpc-api-0.271.1-sources.jar | 36 KB |
| presto-grpc-api-0.271.1-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-grpc-api/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-grpc-api</artifactId>
<version>0.271.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-grpc-api/
implementation 'com.facebook.presto:presto-grpc-api:0.271.1'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-grpc-api/
implementation ("com.facebook.presto:presto-grpc-api:0.271.1")
'com.facebook.presto:presto-grpc-api:jar:0.271.1'
<dependency org="com.facebook.presto" name="presto-grpc-api" rev="0.271.1">
<artifact name="presto-grpc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-grpc-api', version='0.271.1')
)
libraryDependencies += "com.facebook.presto" % "presto-grpc-api" % "0.271.1"
[com.facebook.presto/presto-grpc-api "0.271.1"]