{"id":68348,"library":"handy-uri-templates","title":"Handy URI Templates","description":"A RFC6570 compliant URI template processor with a fluent API for expanding templatized URIs.","status":"active","version":"2.1.8","language":"java","source_language":null,"source_url":"https://github.com/damnhandy/Handy-URI-Templates","tags":["uri","templates","rfc6570","fluent"],"install":[{"cmd":"<dependency>\n  <groupId>com.damnhandy</groupId>\n  <artifactId>handy-uri-templates</artifactId>\n  <version>2.1.8</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.damnhandy:handy-uri-templates:2.1.8'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"UriTemplate","correct":"com.damnhandy.uri.templates.UriTemplate"}],"quickstart":{"code":"import com.damnhandy.uri.templates.UriTemplate;\n\npublic class Example {\n    public static void main(String[] args) {\n        UriTemplate template = UriTemplate.fromTemplate(\"http://example.com/{path}\");\n        String uri = template.set(\"path\", \"resource\").expand();\n        System.out.println(uri);\n    }\n}","lang":"java","description":"Expand a URI template with a variable"},"warnings":[],"env_vars":null,"search_vec":"'api':13 'compliant':6 'expand':15 'fluent':12,21 'handi':1 'processor':9 'rfc6570':5,20 'templat':3,8,16,19 'uri':2,7,17,18","created_at":"2026-06-17T17:48:45.243558+00:00","updated_at":"2026-06-17T17:48:45.243558+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/damnhandy/Handy-URI-Templates","github":"https://github.com/damnhandy/Handy-URI-Templates","docs":"https://appdoc.app/artifact/com.damnhandy/handy-uri-templates/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"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}}