{"id":15041018,"url":"https://github.com/sczerwinski/kotlin-util","last_synced_at":"2025-04-14T19:34:18.930Z","repository":{"id":37546256,"uuid":"128371706","full_name":"sczerwinski/kotlin-util","owner":"sczerwinski","description":"Kotlin utility types based on Scala","archived":false,"fork":false,"pushed_at":"2025-03-20T13:53:59.000Z","size":655,"stargazers_count":7,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T07:51:18.247Z","etag":null,"topics":["either","kotlin","kotlin-library","option","try"],"latest_commit_sha":null,"homepage":"https://czerwinski.it/projects/kotlin-util/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sczerwinski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null}},"created_at":"2018-04-06T08:52:55.000Z","updated_at":"2025-01-24T22:24:28.000Z","dependencies_parsed_at":"2023-02-17T19:55:30.880Z","dependency_job_id":"4c3d1932-69d9-4350-bba4-12b3e9dcb4fb","html_url":"https://github.com/sczerwinski/kotlin-util","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczerwinski%2Fkotlin-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczerwinski%2Fkotlin-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczerwinski%2Fkotlin-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sczerwinski%2Fkotlin-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sczerwinski","download_url":"https://codeload.github.com/sczerwinski/kotlin-util/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248946431,"owners_count":21187503,"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":["either","kotlin","kotlin-library","option","try"],"created_at":"2024-09-24T20:45:24.563Z","updated_at":"2025-04-14T19:34:18.922Z","avatar_url":"https://github.com/sczerwinski.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/sczerwinski/kotlin-util/workflows/Build/badge.svg)](https://github.com/sczerwinski/kotlin-util/actions)\n![Kotlin Multiplatform](https://img.shields.io/badge/Kotlin-Multiplatform-blueviolet)  \n[![Release](https://github.com/sczerwinski/kotlin-util/workflows/Release/badge.svg)](https://github.com/sczerwinski/kotlin-util/actions)\n[![Maven Central](https://img.shields.io/maven-central/v/it.czerwinski/kotlin-util.svg)](https://repo1.maven.org/maven2/it/czerwinski/kotlin-util/)\n[![Sonatype Snapshot](https://img.shields.io/nexus/s/https/oss.sonatype.org/it.czerwinski/kotlin-util.svg)](https://oss.sonatype.org/content/repositories/snapshots/it/czerwinski/kotlin-util/)\n\n# ![icon.svg](.idea/icon.svg) Kotlin Utilities\n\n## Project Setup\n\n### Gradle\n\n#### Kotlin\n\n```kotlin\nimplementation(\"it.czerwinski:kotlin-util:2.1.0\")\n```\n\n#### Groovy\n\n```groovy\nimplementation 'it.czerwinski:kotlin-util:2.1.0'\n```\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eit.czerwinski\u003c/groupId\u003e\n  \u003cartifactId\u003ekotlin-util\u003c/artifactId\u003e\n  \u003cversion\u003e2.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Kotlin Multiplatform Projects\n\nIn multiplatform projects, the library can be used as `commonMain` dependency.\n\n### Java Modules (JPMS)\n\nIn projects using Java Modules (JPMS), add the following line\nto your `module-info.java`:\n\n```java\nmodule your.module {\n    requires it.czerwinski.kotlin.util;\n}\n```\n\n## Supported Types\n\nPackage `it.czerwinski.kotlin.collections`:\n* `EmptyIterator`\n* `SingletonIterator`\n\nPackage `it.czerwinski.kotlin.util`:\n* `Option`\n* `Either`\n* `Try`\n\nFor a more detailed documentation, visit\n[project website](https://czerwinski.it/projects/kotlin-util/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsczerwinski%2Fkotlin-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsczerwinski%2Fkotlin-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsczerwinski%2Fkotlin-util/lists"}