{"id":18678363,"url":"https://github.com/vitalibo/config","last_synced_at":"2026-05-15T13:01:51.388Z","repository":{"id":101159303,"uuid":"443937734","full_name":"vitalibo/config","owner":"vitalibo","description":"configuration library for JVM languages using YAML files","archived":false,"fork":false,"pushed_at":"2022-01-07T02:37:04.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T01:27:27.357Z","etag":null,"topics":["configuration-library","yaml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitalibo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-03T04:16:09.000Z","updated_at":"2022-01-11T22:06:18.000Z","dependencies_parsed_at":"2023-04-13T20:48:57.875Z","dependency_job_id":null,"html_url":"https://github.com/vitalibo/config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitalibo/config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitalibo","download_url":"https://codeload.github.com/vitalibo/config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalibo%2Fconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["configuration-library","yaml"],"created_at":"2024-11-07T09:37:23.664Z","updated_at":"2026-05-15T13:01:51.341Z","avatar_url":"https://github.com/vitalibo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Config\n\nConfiguration library for JVM languages with support YAML syntax.\nThis library extends functionality of [config](https://github.com/lightbend/config) developed by Lightbend (ex Typesafe).\n\n### Usage\n\nYou can find published releases on my public maven repository.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.vitalibo\u003c/groupId\u003e\n  \u003cartifactId\u003econfig_1.4.1\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ecom.github.vitalibo.mvn\u003c/id\u003e\n    \u003curl\u003ehttps://raw.github.com/vitalibo/public-maven-repository/release/\u003c/url\u003e\n    \u003csnapshots\u003e\n      \u003cenabled\u003etrue\u003c/enabled\u003e\n      \u003cupdatePolicy\u003ealways\u003c/updatePolicy\u003e\n    \u003c/snapshots\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n### API example\n\nYaml syntax currently supports only `load(String)`, `parseResourcesAnySyntax(String)` and `parseResources(String)` methods.\n\n```java\nimport com.github.vitalibo.config.ConfigFactory;\n\nConfig conf = ConfigFactory.load(\"application.yaml\");\nint bar1 = conf.getInt(\"foo.bar\");\nConfig foo = conf.getConfig(\"foo\");\nint bar2 = foo.getInt(\"bar\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalibo%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitalibo%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalibo%2Fconfig/lists"}