{"id":23112566,"url":"https://github.com/arafatkatze/epson-connect-java","last_synced_at":"2025-10-22T21:44:42.075Z","repository":{"id":198575995,"uuid":"701035382","full_name":"arafatkatze/epson-connect-java","owner":"arafatkatze","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-20T22:49:04.000Z","size":343,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T23:45:40.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arafatkatze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-05T19:24:18.000Z","updated_at":"2024-10-07T08:50:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d917aa0-1a9e-42c1-98df-9bc4c2ba5846","html_url":"https://github.com/arafatkatze/epson-connect-java","commit_stats":null,"previous_names":["arafatkatze/epson-connect-java"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arafatkatze/epson-connect-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arafatkatze%2Fepson-connect-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arafatkatze%2Fepson-connect-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arafatkatze%2Fepson-connect-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arafatkatze%2Fepson-connect-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arafatkatze","download_url":"https://codeload.github.com/arafatkatze/epson-connect-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arafatkatze%2Fepson-connect-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280520560,"owners_count":26344437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T02:19:36.488Z","updated_at":"2025-10-22T21:44:42.031Z","avatar_url":"https://github.com/arafatkatze.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epson Connect Java SDK\nThe Epson Connect Java SDK provides a comprehensive interface to the Epson Connect API. With this SDK, Java developers can seamlessly control Epson printers and scanners through the Epson cloud service.\n\n## Getting Started\n### Installation\nTo include the SDK in your Gradle project, add the following in your `build.gradle`:\n\n```\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\ndependencies {\n    implementation 'com.github.arafatkatze:epson-connect-java:v1.0.1'\n}\n```\n## Prerequisites\nMake sure you have the required credentials:\n\n- Printer Email\n- Client ID\n- Client Secret\n\nThese can be obtained from the Epson Connect API registration portal.\n\n## Usage\n\nYou can initialize the client using direct parameters:\n\n```\nimport com.epsonconnectjava.Client;\nimport com.epsonconnectjava.Scanner;\n\nimport java.io.IOException;\n\npublic class EpsonPrinter {\n  public static void main(String[] args) throws IOException {\n\tClient client = new Client(\"printer_email\", \"client_id\", \"client_secret\");\n\tScanner scanme = client.getScanner();\n\tPrinter printer = client.getPrinter();\n\tSystem.out.println(scanme.list());\n\tSystem.out.println(printer.deviceId());\n  }\n}\n```\n\n## Printing\n```\nPrinter printFile = client.getPrinter();\nprintFile.print(\"file_path.pdf\");\n``` \nFor printing the following file extensions are supported \n```\ndoc\ndocx\nxls\nxlsx\nppt\npptx\npdf\njpeg\njpg\nbmp\ngif\npng\ntiff\n```\n\n## Scanning \n```\nScanner scanme = client.getScanner();\nSystem.out.println(scanme.list());\n```\n\n## Testing the library\n\n```\ngit clone git@github.com:arafatkatze/epson-connect-java.git\n./gradelw build\n./gradlew test\n\n```\n\n## Local Build\n```\ngit clone git@github.com:arafatkatze/epson-connect-java.git\n./gradlew build\n```\n\nTo publish to JitPack:\nEnsure you have the required configurations set up in your build.gradle and then create a new release on your GitHub repository. JitPack will automatically detect and build your library.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farafatkatze%2Fepson-connect-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farafatkatze%2Fepson-connect-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farafatkatze%2Fepson-connect-java/lists"}