{"id":26241108,"url":"https://github.com/robertograham/encodeuricomponent","last_synced_at":"2026-04-13T07:36:51.167Z","repository":{"id":57734653,"uuid":"130052519","full_name":"RobertoGraham/encodeuricomponent","owner":"RobertoGraham","description":"Java implementation of ECMAScript 2015 encodeUriComponent","archived":false,"fork":false,"pushed_at":"2018-04-19T21:05:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T13:05:15.020Z","etag":null,"topics":["ecmascript2015","encode","encodeuricomponent","java","javascript","uri"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobertoGraham.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}},"created_at":"2018-04-18T11:32:57.000Z","updated_at":"2018-04-19T21:05:31.000Z","dependencies_parsed_at":"2022-09-26T22:10:50.972Z","dependency_job_id":null,"html_url":"https://github.com/RobertoGraham/encodeuricomponent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertoGraham%2Fencodeuricomponent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertoGraham%2Fencodeuricomponent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertoGraham%2Fencodeuricomponent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertoGraham%2Fencodeuricomponent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobertoGraham","download_url":"https://codeload.github.com/RobertoGraham/encodeuricomponent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243365894,"owners_count":20279258,"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","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":["ecmascript2015","encode","encodeuricomponent","java","javascript","uri"],"created_at":"2025-03-13T08:19:26.533Z","updated_at":"2025-12-29T07:32:13.931Z","avatar_url":"https://github.com/RobertoGraham.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.robertograham/encodeuricomponent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.robertograham/encodeuricomponent)\n# encodeuricomponent\nJava implementation of ECMAScript 2015 encodeUriComponent\n\n## Install\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.robertograham\u003c/groupId\u003e\n    \u003cartifactId\u003eencodeuricomponent\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\nThe following will print `%23this%20is%20a%20test`\n```java\nimport io.github.robertograham.encodeuricomponent.encoder.Encoder;\n\nimport java.net.URISyntaxException;\n\npublic class Example {\n\n    public static void main(String[] args) throws URISyntaxException {\n        System.out.println(Encoder.encodeUriComponent(\"#this is a test\"));\n    }\n}\n```\n\n## Tests\nThe project is covered by 20 JUnit 5 DynamicTests. Pull requests for additional DynamicTests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertograham%2Fencodeuricomponent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertograham%2Fencodeuricomponent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertograham%2Fencodeuricomponent/lists"}