{"id":55657,"library":"grpc-all","title":"gRPC All","description":"Meta-package that includes all gRPC modules for Java, providing a complete gRPC implementation.","status":"active","version":"1.80.0","language":"java","source_language":null,"source_url":"https://github.com/grpc/grpc-java","tags":["grpc","rpc","networking","all-in-one"],"install":[{"cmd":"<dependency>\n  <groupId>io.grpc</groupId>\n  <artifactId>grpc-all</artifactId>\n  <version>1.80.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.grpc:grpc-all:1.80.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Grpc","correct":"io.grpc.Grpc"}],"quickstart":{"code":"import io.grpc.Grpc;\nimport io.grpc.ManagedChannel;\nimport io.grpc.ManagedChannelBuilder;\n\npublic class Example {\n    public static void main(String[] args) {\n        ManagedChannel channel = Grpc.newChannelBuilder(\"localhost:8080\", ManagedChannelBuilder.forAddress(\"localhost\", 8080)).build();\n        System.out.println(\"gRPC channel created\");\n    }\n}","lang":"java","description":"Create a gRPC channel using the all-in-one package."},"warnings":[{"fix":"Use grpc-netty and grpc-protobuf individually if you don't need all features.","message":"This is a meta-package that pulls in many dependencies; consider using specific modules (e.g., grpc-netty, grpc-protobuf) to reduce footprint.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'all-in-on':21 'complet':15 'grpc':1,9,16,18 'implement':17 'includ':7 'java':12 'meta':4 'meta-packag':3 'modul':10 'network':20 'one':24 'packag':5 'provid':13 'rpc':19","created_at":"2026-06-15T10:00:41.441040+00:00","updated_at":"2026-06-15T10:00:41.441040+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/grpc/grpc-java","github":"https://github.com/grpc/grpc-java","docs":"https://appdoc.app/artifact/io.grpc/grpc-all/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}