{"id":72971,"library":"service-edifact-binding","title":"Smooks EDI & EDIFACT Binding","description":"Supports reading and writing of EDI and EDIFACT documents using Smooks cartridges.","status":"active","version":"2.1.0","language":"java","source_language":null,"source_url":"https://github.com/smooks/smooks-edi-cartridge","tags":["edi","edifact","smooks","binding","data-exchange"],"install":[{"cmd":"<dependency>\n  <groupId>org.smooks.cartridges.edi</groupId>\n  <artifactId>service-edifact-binding</artifactId>\n  <version>2.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.smooks.cartridges.edi:service-edifact-binding:2.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"EDIFactReader","correct":"org.smooks.edi.edifact.EDIFactReader"}],"quickstart":{"code":"import org.smooks.edi.edifact.EDIFactReader;\nimport org.smooks.Smooks;\nimport java.io.StringReader;\n\npublic class Example {\n    public void parse() throws Exception {\n        Smooks smooks = new Smooks();\n        EDIFactReader reader = new EDIFactReader(smooks);\n        reader.read(new StringReader(\"UNH+1+ORDERS:D:96A:UN\"));\n    }\n}","lang":"java","description":"Parses an EDIFACT message using the Smooks reader."},"warnings":[],"env_vars":null,"search_vec":"'bind':4,20 'cartridg':16 'data':22 'data-exchang':21 'document':13 'edi':2,10,17 'edifact':3,12,18 'exchang':23 'read':6 'smook':1,15,19 'support':5 'use':14 'write':8","created_at":"2026-06-17T18:45:52.012439+00:00","updated_at":"2026-06-17T18:45:52.012439+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://www.smooks.org","github":"https://github.com/smooks/smooks-edi-cartridge","docs":"https://appdoc.app/artifact/org.smooks.cartridges.edi/service-edifact-binding/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}