{"id":54546,"library":"grpc-netty-shaded","title":"gRPC Netty Shaded","description":"Shaded Netty transport for gRPC, providing a self-contained gRPC client/server implementation.","status":"active","version":"1.82.0","language":"java","source_language":null,"source_url":"https://github.com/grpc/grpc-java","tags":["grpc","netty","rpc","shaded","transport"],"install":[{"cmd":"<dependency>\n  <groupId>io.grpc</groupId>\n  <artifactId>grpc-netty-shaded</artifactId>\n  <version>1.82.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.grpc:grpc-netty-shaded:1.82.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ManagedChannelBuilder","correct":"io.grpc.ManagedChannelBuilder"}],"quickstart":{"code":"import io.grpc.ManagedChannelBuilder;\nimport io.grpc.ManagedChannel;\n\npublic class Main {\n    public static void main(String[] args) {\n        ManagedChannel channel = ManagedChannelBuilder.forAddress(\"localhost\", 8080)\n                .usePlaintext()\n                .build();\n        System.out.println(\"Channel created\");\n    }\n}","lang":"java","description":"Minimal usage of gRPC Netty channel to connect to a server."},"warnings":[{"fix":"Use io.grpc:grpc-netty instead of shaded version to avoid classpath issues.","message":"Shaded artifact may conflict with other Netty versions; use grpc-netty instead if you manage Netty separately.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'client/server':15 'contain':13 'grpc':1,8,14,17 'implement':16 'netti':2,5,18 'provid':9 'rpc':19 'self':12 'self-contain':11 'shade':3,4,20 'transport':6,21","created_at":"2026-06-15T09:13:11.659568+00:00","updated_at":"2026-06-15T09:13:11.659568+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-netty-shaded/","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}}