{"id":21407007,"url":"https://github.com/drombler/drombler-acp","last_synced_at":"2025-07-14T00:33:00.471Z","repository":{"id":32956107,"uuid":"36558310","full_name":"Drombler/drombler-acp","owner":"Drombler","description":"Drombler Abstract Client Platform (ACP) - an abstract, GUI-toolkit agnostic, modular Rich Client Platform ","archived":false,"fork":false,"pushed_at":"2021-02-13T11:02:24.000Z","size":19165,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T22:48:37.920Z","etag":null,"topics":["application-framework","drombler-acp","drombler-commons","drombler-fx","modular","osgi","rcp"],"latest_commit_sha":null,"homepage":"https://www.drombler.org/drombler-acp","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Drombler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Drombler"]}},"created_at":"2015-05-30T13:05:36.000Z","updated_at":"2021-01-31T10:54:01.000Z","dependencies_parsed_at":"2022-08-07T19:00:38.327Z","dependency_job_id":null,"html_url":"https://github.com/Drombler/drombler-acp","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Drombler/drombler-acp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drombler%2Fdrombler-acp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drombler%2Fdrombler-acp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drombler%2Fdrombler-acp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drombler%2Fdrombler-acp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drombler","download_url":"https://codeload.github.com/Drombler/drombler-acp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drombler%2Fdrombler-acp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265227900,"owners_count":23731060,"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":["application-framework","drombler-acp","drombler-commons","drombler-fx","modular","osgi","rcp"],"created_at":"2024-11-22T16:43:56.270Z","updated_at":"2025-07-14T00:32:55.459Z","avatar_url":"https://github.com/Drombler.png","language":"Java","funding_links":["https://github.com/sponsors/Drombler"],"categories":[],"sub_categories":[],"readme":"# Drombler ACP\n\n*Drombler Abstract Client Platform (ACP)* is an abstract, GUI-toolkit agnostic, modular Rich Client Platform based on:\n\n * **OSGi**: *OSGi* is the de facto standard for writing modular software in *Java*.\n * **Maven (POM-first)**: *Drombler ACP* applications can build with *Maven*. The build follows the standard POM-first approach (the OSGi meta data will be generated for you).\n * **Declarative programming model**: Annotations can be used at many places to register elements such as menus, toolbars and GUI components.\n * **Drombler Commons**: *Drombler Commons* is a collection of reusable libraries and frameworks. They ship with OSGi meta data but don't require an OSGi environment. Read more about *Drombler Commons* here: [Drombler Commons](https://github.com/Drombler/drombler-commons)\n\nSee the [documentation](https://www.drombler.org/drombler-acp) for the Javadoc and information about the provided Maven modules (available from Maven Central).\n\n| Major Version | Comments |\n| ------------- | ------- |\n| v2 | \u003cul\u003e\u003cli\u003eJava SE 11\u003c/li\u003e\u003c/ul\u003e |\n| v1 | \u003cul\u003e\u003cli\u003eJava SE 8\u003c/li\u003e\u003c/ul\u003e |\n\n## Implementations\n\n * [Drombler FX](https://github.com/Drombler/drombler-fx) (*JavaFX*-based)\n\n## Maven Dependency Management\n\n```xml\n    \u003cdependencyManagement\u003e\n        \u003cdependencies\u003e\n            [...] \n            \u003cdependency\u003e\n                \u003cgroupId\u003eorg.drombler.acp\u003c/groupId\u003e\n                \u003cartifactId\u003edrombler-acp\u003c/artifactId\u003e\n                \u003cversion\u003e2.0\u003c/version\u003e \u003c!-- replace with the current version --\u003e\n                \u003ctype\u003epom\u003c/type\u003e\n                \u003cscope\u003eimport\u003c/scope\u003e\n            \u003c/dependency\u003e\n            [...]\n        \u003c/dependencies\u003e\n    \u003c/dependencyManagement\u003e\n```\n\n## Issues\nPlease file issues to [Drombler FX](https://github.com/Drombler/drombler-fx/issues) for the time being.\n\n## Build the project from sources\n```bash\nmvn clean install\n```\nPlease note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.\n\nIf you don't want to build the dependent projects as well, please make sure to define a proxy in your [Maven Repository Manager](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrombler%2Fdrombler-acp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrombler%2Fdrombler-acp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrombler%2Fdrombler-acp/lists"}