{"id":37019712,"url":"https://github.com/grace-plugins/grace-admin","last_synced_at":"2026-01-14T02:12:07.505Z","repository":{"id":220652374,"uuid":"751682245","full_name":"grace-plugins/grace-admin","owner":"grace-plugins","description":"Grace Admin Plugin - A powerful and flexible, extensible administration framework and management console for Grace.","archived":false,"fork":false,"pushed_at":"2025-07-01T15:16:50.000Z","size":1590,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T16:33:15.277Z","etag":null,"topics":["admin-console","admin-dashboard","administration","grace-plugin","graceframework"],"latest_commit_sha":null,"homepage":"https://plugins.graceframework.org/grace-admin/latest/","language":"Groovy","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/grace-plugins.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-02T05:05:24.000Z","updated_at":"2025-07-01T15:16:54.000Z","dependencies_parsed_at":"2024-06-04T19:12:20.986Z","dependency_job_id":"f3068f5a-7499-4ccc-a621-6a6dbabaa9bf","html_url":"https://github.com/grace-plugins/grace-admin","commit_stats":null,"previous_names":["grace-plugins/grace-admin"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/grace-plugins/grace-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grace-plugins%2Fgrace-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grace-plugins%2Fgrace-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grace-plugins%2Fgrace-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grace-plugins%2Fgrace-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grace-plugins","download_url":"https://codeload.github.com/grace-plugins/grace-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grace-plugins%2Fgrace-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["admin-console","admin-dashboard","administration","grace-plugin","graceframework"],"created_at":"2026-01-14T02:12:06.840Z","updated_at":"2026-01-14T02:12:07.497Z","avatar_url":"https://github.com/grace-plugins.png","language":"Groovy","readme":"[![Main branch build status](https://github.com/grace-plugins/grace-admin/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/grace-plugins/grace-admin/actions?query=workflow%3A%Grace+CI%22)\n[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE\u0026style=flat)](https://opensource.org/licenses/Apache-2.0)\n[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework.plugins/admin.svg?label=Maven%20Central\u0026logo=apache-maven\u0026style=flat)](https://search.maven.org/search?q=g:org.graceframework.plugins)\n[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat\u0026logo=asciidoctor\u0026logoColor=E40046\u0026labelColor=ffffff\u0026color=f49b06)](https://plugins.graceframework.org/grace-admin/latest/)\n[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)\n\n[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.22-blue?style=flat\u0026color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)\n[![Grace Version](https://img.shields.io/badge/Grace-2023.0.0-blue?style=flat\u0026color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.0.0)\n[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.0.13-blue?style=flat\u0026color=6db33f)](https://github.com/spring-projects/spring-boot/releases)\n\n# Grace Admin Plugin\n\nA powerful and flexible, extensible administration framework and management console for Grace.\n\n## Grace Version\n\n- Grace **2023.0.0**\n\n## Usage\n\n### Add `admin` plugin\n\nAdd `admin` plugin to your `build.gradle`,\n\n```gradle\n\napply plugin: \"org.graceframework.grace-gsp\"\n\nrepositories {\n    mavenCentral()\n    maven {\n        url \"https://s01.oss.sonatype.org/content/repositories/snapshots/\"\n        mavenContent {\n            snapshotsOnly()\n        }\n    }\n}\n\ndependencies {\n    implementation \"org.graceframework.plugins:dynamic-modules:1.0.0-SNAPSHOT\"\n    implementation \"org.graceframework.plugins:admin:$adminVersion\"\n}\n\n```\n\n## Development\n\n### Build from source\n\n```\ngit clone https://github.com/grace-plugins/grace-admin.git\ncd grace-admin\n./gradlew publishToMavenLocal\n```\n\n## Ducumentation\n\n* [1.0.x](https://plugins.graceframework.org/grace-admin/1.0.x/)\n\n## Links\n\n- [Grace Framework](https://github.com/graceframework/grace-framework)\n- [Grace Plugins](https://github.com/grace-plugins)\n- [Grace Dynamic Modules Plugin](https://github.com/grace-plugins/grace-dynamic-modules)\n- [Grace Admin Console Guide](https://github.com/grace-guides/gs-admin-console)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrace-plugins%2Fgrace-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrace-plugins%2Fgrace-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrace-plugins%2Fgrace-admin/lists"}