{"id":54843,"library":"zio-streams-2-12","title":"ZIO Streams","description":"A ZIO module providing functional, composable streaming capabilities for Scala 2.12.","status":"active","version":"2.1.21","language":"java","source_language":null,"source_url":"https://github.com/zio/zio","tags":["zio","streams","scala","functional"],"install":[{"cmd":"<dependency>\n  <groupId>dev.zio</groupId>\n  <artifactId>zio-streams_2.12</artifactId>\n  <version>2.1.21</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'dev.zio:zio-streams_2.12:2.1.21'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ZStream","correct":"zio.stream.ZStream"}],"quickstart":{"code":"import zio.stream.ZStream;\nimport zio.Runtime;\n\npublic class Example {\n    public static void main(String[] args) {\n        ZStream<Integer, Nothing, Integer> stream = ZStream.range(1, 5);\n        Runtime.default().unsafeRun(stream.foreach(System.out::println));\n    }\n}","lang":"java","description":"Creates and runs a simple ZStream."},"warnings":[{"fix":"Use the appropriate Scala version suffix (e.g., _2.13, _3) for your project.","message":"Scala 2.12 version may have compatibility issues with newer Scala versions.","severity":"breaking","affected_versions":"2.1.x"}],"env_vars":null,"search_vec":"'2.12':13 'capabl':10 'compos':8 'function':7,17 'modul':5 'provid':6 'scala':12,16 'stream':2,9,15 'zio':1,4,14","created_at":"2026-06-15T09:26:40.753045+00:00","updated_at":"2026-06-15T09:26:40.753045+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://zio.dev","github":"https://github.com/zio/zio","docs":"https://appdoc.app/artifact/dev.zio/zio-streams_2.12/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}