{"id":15297309,"url":"https://github.com/jailgens/mirror","last_synced_at":"2025-04-13T23:10:57.109Z","repository":{"id":62978345,"uuid":"559396369","full_name":"JailGens/mirror","owner":"JailGens","description":"A Java reflection wrapper that provides a clean, and easy-to-use API.","archived":false,"fork":false,"pushed_at":"2025-04-11T15:08:25.000Z","size":481,"stargazers_count":4,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T16:26:22.656Z","etag":null,"topics":["api","java","java-11","library","reflection"],"latest_commit_sha":null,"homepage":"https://dev.jailgens.net/mirror","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/JailGens.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2022-10-30T01:22:33.000Z","updated_at":"2024-08-02T12:30:40.000Z","dependencies_parsed_at":"2024-03-01T12:26:03.798Z","dependency_job_id":"4b524f54-89de-46f2-bc89-e598246770c7","html_url":"https://github.com/JailGens/mirror","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JailGens%2Fmirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JailGens%2Fmirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JailGens%2Fmirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JailGens%2Fmirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JailGens","download_url":"https://codeload.github.com/JailGens/mirror/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794571,"owners_count":21162615,"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":["api","java","java-11","library","reflection"],"created_at":"2024-09-30T19:16:35.164Z","updated_at":"2025-04-13T23:10:54.563Z","avatar_url":"https://github.com/JailGens.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMirror\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/tag/jailgens/mirror?display_name=release\u0026label=Release\u0026style=flat-square\u0026color=12bed3\u0026labelColor=06222b\" alt=\"Version\"\u003e\n    \u003ca href=\"https://app.codecov.io/gh/jailgens/mirror\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/jailgens/mirror?label=Coverage\u0026style=flat-square\u0026color=12bed3\u0026labelColor=06222b\" alt=\"Coverage\"\u003e\n    \u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/m/jailgens/mirror?label=Commits\u0026style=flat-square\u0026color=12bed3\u0026labelColor=06222b\" alt=\"Commit activity\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/jailgens/mirror?label=License\u0026style=flat-square\u0026color=12bed3\u0026labelColor=06222b\" alt=\"License Apache\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Java reflection wrapper that provides a much cleaner, and easy-to-use API.\n\u003c/p\u003e\n\n## Table of Contents\n\n1. [Documentation](#-documentation)\n2. [Installation](#-installation)\n    1. [Gradle (Kotlin DSL)](#gradle-kotlin-dsl)\n    2. [Gradle (Groovy DSL)](#gradle-groovy-dsl)\n    3. [Maven](#maven)\n3. [Contributing](#-contributing)\n4. [License](#-license)\n\n## 📚 Documentation\n\n- [📖 User Guide](https://dev.jailgens.net/docs/mirror/getting-started)\n- [📄 Javadoc](https://repo.jailgens.net/javadoc/releases/net/jailgens/mirror/latest)\n\n## 📦 Installation\n\n\u003cimg src=\"https://img.shields.io/github/v/tag/jailgens/mirror?display_name=release\u0026label=Release\u0026style=flat-square\u0026color=12bed3\u0026labelColor=06222b\" alt=\"Version\"\u003e\n\n### Gradle (Kotlin DSL)\n\n```kotlin\nrepositories {\n    maven(\"https://repo.jailgens.net/releases\")\n}\n\ndependencies {\n    implementation(\"net.jailgens:mirror:0.4.0\")\n}\n```\n\n### Gradle (Groovy DSL)\n\n```groovy\nrepositories {\n    maven {\n        url \"https://repo.jailgens.net/releases\"\n    }\n}\n\ndependencies {\n    implementation \"net.jailgens:mirror:0.4.0\"\n}\n```\n\n### Maven\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejailgens\u003c/id\u003e\n        \u003curl\u003ehttps://repo.jailgens.net/releases\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003enet.jailgens\u003c/groupId\u003e\n        \u003cartifactId\u003emirror\u003c/artifactId\u003e\n        \u003cversion\u003e0.4.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## 🤝 Contributing\n\n[CONTRIBUTING.md](CONTRIBUTING.md)\n\n## 📝 License\n\n[LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjailgens%2Fmirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjailgens%2Fmirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjailgens%2Fmirror/lists"}