{"id":31040174,"url":"https://github.com/phax/ph-oton-bootstrap4","last_synced_at":"2025-09-14T08:13:23.252Z","repository":{"id":311633895,"uuid":"1044384284","full_name":"phax/ph-oton-bootstrap4","owner":"phax","description":"ph-oton Bootstrap v4 binding","archived":false,"fork":false,"pushed_at":"2025-08-25T16:20:31.000Z","size":1548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-25T17:44:20.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/phax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-08-25T15:47:17.000Z","updated_at":"2025-08-25T16:20:32.000Z","dependencies_parsed_at":"2025-08-25T17:54:28.615Z","dependency_job_id":null,"html_url":"https://github.com/phax/ph-oton-bootstrap4","commit_stats":null,"previous_names":["phax/ph-oton-bootstrap4"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phax/ph-oton-bootstrap4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/ph-oton-bootstrap4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076612,"owners_count":25401321,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":[],"created_at":"2025-09-14T08:13:22.451Z","updated_at":"2025-09-14T08:13:23.241Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ph-oton-bootstrap4\n\n[![javadoc](https://javadoc.io/badge2/com.helger.photon/ph-oton-bootstrap4/javadoc.svg)](https://javadoc.io/doc/com.helger.photon/ph-oton-bootstrap4)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger.photon/ph-oton-bootstrap4/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger.photon/ph-oton-bootstrap4) \n\nThis set of Java libraries forms a package to build Java web applications.\n\nContained subprojects are:\n* ph-oton-bootstrap4 - Java Wrapper for the Bootstrap 4 controls\n* ph-oton-bootstrap4-uictrls - special UI controls for Bootstrap 4\n* ph-oton-bootstrap4-pages - predefined UI pages with Bootstrap 4 styling\n* ph-oton-bootstrap4-stub - Servlet stub for Bootstrap 4 web applications\n* ph-oton-bootstrap4-demo - a standalone demo web application to be run in Tomcat or in provided Jetty\n\n# Requirements\n\n* Java 17+ is required for building \n* Application server requirement JakartaEE 10:\n    * At least Tomcat 10.1\n    * Jetty 12.x with AnnotationConfiguration enabled\n      \n## Maven usage\n\nReplace `x.y.z` with the effective version number.\n\n```xml\n  \u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n      \u003cdependency\u003e\n        \u003cgroupId\u003ecom.helger.photon\u003c/groupId\u003e\n        \u003cartifactId\u003eph-oton-bootstrap4-parent-pom\u003c/artifactId\u003e\n        \u003cversion\u003ex.y.z\u003c/version\u003e\n        \u003ctype\u003epom\u003c/type\u003e\n        \u003cscope\u003eimport\u003c/scope\u003e\n      \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n  \u003c/dependencyManagement\u003e\n```\n\n### Bootstrap 4\n\nTo use Bootstrap 4 front end use:\n\n```xml\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.helger.photon\u003c/groupId\u003e\n      \u003cartifactId\u003eph-oton-bootstrap4-stub\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n\nSee the submodule `ph-oton-bootstrap4-demo` for a working example project with Bootstrap 4 UI.\n\n## News and noteworthy\n\nv10.0.0 - 2025-08-25\n* Requires Java 17 as the minimum version\n* Updated to ph-commons 12.0.0\n* Updated to Jetty 12.1.0\n* Extracted from ph-oton\n\n---\n\nMy personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |\nIt is appreciated if you star the GitHub project if you like it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-oton-bootstrap4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fph-oton-bootstrap4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-oton-bootstrap4/lists"}