{"id":13659784,"url":"https://github.com/eygraber/uri-kmp","last_synced_at":"2025-04-13T14:53:43.950Z","repository":{"id":40423906,"uuid":"484921607","full_name":"eygraber/uri-kmp","owner":"eygraber","description":"A library for working with URIs in Kotlin Multiplatform","archived":false,"fork":false,"pushed_at":"2024-04-17T13:44:53.000Z","size":634,"stargazers_count":59,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-18T02:26:25.168Z","etag":null,"topics":["kotlin","kotlin-multiplatform","uri","url"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/eygraber.png","metadata":{"files":{"readme":"README.md","changelog":"changelog_config.json","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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-24T04:11:17.000Z","updated_at":"2024-04-24T07:32:35.629Z","dependencies_parsed_at":"2023-02-12T05:16:57.317Z","dependency_job_id":"316285da-1639-4c49-a565-bb3012af40a8","html_url":"https://github.com/eygraber/uri-kmp","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eygraber%2Furi-kmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eygraber%2Furi-kmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eygraber%2Furi-kmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eygraber%2Furi-kmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eygraber","download_url":"https://codeload.github.com/eygraber/uri-kmp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732513,"owners_count":21152851,"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":["kotlin","kotlin-multiplatform","uri","url"],"created_at":"2024-08-02T05:01:12.294Z","updated_at":"2025-04-13T14:53:43.922Z","avatar_url":"https://github.com/eygraber.png","language":"Kotlin","funding_links":[],"categories":["Libraries"],"sub_categories":["🔧 Utils"],"readme":"# Uri KMP\n\n[![Download](https://img.shields.io/maven-central/v/com.eygraber/uri-kmp/0.0.19)](https://search.maven.org/artifact/com.eygraber/uri-kmp)\n\nMost of this work is derived from AOSP's `Uri`:\n\n[Uri.java](https://android.googlesource.com/platform/frameworks/base/+/8f721b9229a91164346b595de73048034e7e7422/core/java/android/net/Uri.java)\n\n[UriCodec.java](https://android.googlesource.com/platform/frameworks/base/+/c3a27297c4643f55f619a68e1f45d87e606c7590/core/java/android/net/UriCodec.java)\n\n[UriTest.java](https://android.googlesource.com/platform/frameworks/base/+/8f721b9229a91164346b595de73048034e7e7422/core/tests/coretests/src/android/net/UriTest.java)\n\n[UriCodecTest.java](https://android.googlesource.com/platform/frameworks/base/+/8f721b9229a91164346b595de73048034e7e7422/core/tests/coretests/src/android/net/UriCodecTest.java)\n\n### Gradle\n\nGroovy\n``` groovy\nrepositories {\n  mavenCentral()\n}\nimplementation 'com.eygraber:uri-kmp:0.0.19'\n```\n\nKotlin\n``` kotlin\nrepositories {\n  mavenCentral()\n}\nimplementation(\"com.eygraber:uri-kmp:0.0.19\")\n```\n\n#### Snapshots\n\nSnapshots can be found at the Sonatype s01 repository:\n\nGroovy\n``` groovy\nrepositories {\n  maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }\n}\n```\n\nKotlin\n``` kotlin\nrepositories {\n  maven(url = \"https://s01.oss.sonatype.org/content/repositories/snapshots\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feygraber%2Furi-kmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feygraber%2Furi-kmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feygraber%2Furi-kmp/lists"}