{"id":15175126,"url":"https://github.com/oldstuffs/configs","last_synced_at":"2025-10-01T12:31:02.889Z","repository":{"id":49213042,"uuid":"230138273","full_name":"oldstuffs/configs","owner":"oldstuffs","description":"Moved to https://github.com/Infumia/InfumiaLib","archived":true,"fork":false,"pushed_at":"2021-06-23T10:28:31.000Z","size":2040,"stargazers_count":8,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-19T04:56:35.614Z","etag":null,"topics":["annotation","bukkit","config","configs","configuration","java","json","yaml"],"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/oldstuffs.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":"2019-12-25T18:13:59.000Z","updated_at":"2024-06-07T21:09:57.000Z","dependencies_parsed_at":"2022-09-11T15:31:43.943Z","dependency_job_id":null,"html_url":"https://github.com/oldstuffs/configs","commit_stats":null,"previous_names":["portlek/configs"],"tags_count":201,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldstuffs%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldstuffs%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldstuffs%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldstuffs%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldstuffs","download_url":"https://codeload.github.com/oldstuffs/configs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219866615,"owners_count":16554249,"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":["annotation","bukkit","config","configs","configuration","java","json","yaml"],"created_at":"2024-09-27T12:03:31.165Z","updated_at":"2025-10-01T12:30:57.522Z","avatar_url":"https://github.com/oldstuffs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"logo/logo.svg\" width=\"92px\"/\u003e\n\n[![idea](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n![master](https://github.com/portlek/configs/workflows/build/badge.svg)\n[![Release](https://jitpack.io/v/portlek/configs.svg)](https://jitpack.io/#portlek/configs)\n\n## How to Use\n\n### Maven\n\n```xml\n\u003cbuilds\u003e\n  \u003cplugins\u003e\n    \u003cplugin\u003e\n      \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e\n      \u003cartifactId\u003emaven-shade-plugin\u003c/artifactId\u003e\n      \u003cversion\u003e3.2.4\u003c/version\u003e\n      \u003cexecutions\u003e\n        \u003cexecution\u003e\n          \u003cphase\u003epackage\u003c/phase\u003e\n          \u003cgoals\u003e\n            \u003cgoal\u003eshade\u003c/goal\u003e\n          \u003c/goals\u003e\n          \u003cconfiguration\u003e\n            \u003cminimizeJar\u003etrue\u003c/minimizeJar\u003e\n            \u003ccreateDependencyReducedPom\u003efalse\u003c/createDependencyReducedPom\u003e\n            \u003c!-- Relocations(Optional)\n            \u003crelocations\u003e\n              \u003crelocation\u003e\n                \u003cpattern\u003eio.github.portlek.configs\u003c/pattern\u003e\n                \u003cshadedPattern\u003e[YOUR_PLUGIN_PACKAGE].shade\u003c/shadedPattern\u003e\n              \u003c/relocation\u003e\n            \u003c/relocations\u003e\n            --\u003e\n          \u003c/configuration\u003e\n        \u003c/execution\u003e\n      \u003c/executions\u003e\n    \u003c/plugin\u003e\n  \u003c/plugins\u003e\n\u003c/builds\u003e\n```\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ejitpack\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io/\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-gson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-hjson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-hocon\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-jackson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-jackson-yaml\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-snakeyaml\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-simple-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-bukkit-transformers\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-gson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-hjson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-jackson-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-jackson-yaml\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-hocon\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.portlek.configs\u003c/groupId\u003e\n    \u003cartifactId\u003econfigs-simple-json\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Gradle\n\n```groovy\nplugins {\n    id \"com.github.johnrengelman.shadow\" version \"7.0.0\"\n}\n```\n\n```groovy\nrepositories {\n    maven {\n        url \"https://jitpack.io\"\n    }\n}\n```\n\n```groovy\ndependencies {\n    implementation(\"com.github.portlek.configs:configs-bukkit-transfomers:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-jackson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-jackson-yaml:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-snakeyaml:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-gson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-hjson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-hocon:${version}\")\n    implementation(\"com.github.portlek.configs:configs-bukkit-simple-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-gson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-hjson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-hocon:${version}\")\n    implementation(\"com.github.portlek.configs:configs-jackson-json:${version}\")\n    implementation(\"com.github.portlek.configs:configs-jackson-yaml:${version}\")\n    implementation(\"com.github.portlek.configs:configs-simple-json:${version}\")\n}\n```\n\n## Supporters\n\n[![Jetbrains](logo/jetbrains.svg)](https://www.jetbrains.com/?from=configs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldstuffs%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldstuffs%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldstuffs%2Fconfigs/lists"}