{"id":16416099,"url":"https://github.com/phax/ph-oton-bootstrap3","last_synced_at":"2026-02-22T01:36:04.428Z","repository":{"id":234320018,"uuid":"788649377","full_name":"phax/ph-oton-bootstrap3","owner":"phax","description":"ph-oton Bootstrap 3 binding","archived":false,"fork":false,"pushed_at":"2025-06-18T09:39:16.000Z","size":1159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T10:34:51.879Z","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":"CODE_OF_CONDUCT.md","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-04-18T20:24:05.000Z","updated_at":"2025-06-18T09:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee0bb83d-99c9-4340-960c-17928e5b41c1","html_url":"https://github.com/phax/ph-oton-bootstrap3","commit_stats":null,"previous_names":["phax/ph-oton-bootstrap3"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phax/ph-oton-bootstrap3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/ph-oton-bootstrap3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-oton-bootstrap3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262608825,"owners_count":23336572,"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":[],"created_at":"2024-10-11T07:08:25.251Z","updated_at":"2026-02-22T01:36:04.422Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ph-oton-bootstrap3\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.helger.photon/ph-oton-bootstrap3-parent-pom)](https://img.shields.io/maven-central/v/com.helger.photon/ph-oton-bootstrap3-parent-pom)\n[![javadoc](https://javadoc.io/badge2/com.helger.photon/ph-oton-bootstrap3/javadoc.svg)](https://javadoc.io/doc/com.helger.photon/ph-oton-bootstrap3)\n\nThis set of Java libraries forms a package to build Java web applications.\n\nContained subprojects are:\n* ph-oton-bootstrap3 - Java Wrapper for the Bootstrap 3.x controls\n* ph-oton-bootstrap3-uictrls - special UI controls for Bootstrap 3\n* ph-oton-bootstrap3-pages - predefined UI pages with Bootstrap 3 styling\n* ph-oton-bootstrap3-stub - Servlet stub for Bootstrap 3 web applications\n* ph-oton-bootstrap3-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-bootstrap3-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 3\n\nTo use Bootstrap 3 front end use:\n\n```xml\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.helger.photon\u003c/groupId\u003e\n      \u003cartifactId\u003eph-oton-bootstrap3-stub\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n\nSee the submodule `ph-oton-bootstrap3-demo` for a working example project with Bootstrap 3 UI.\n\n## News and noteworthy\n\nv10.1.2 - 2026-02-21\n* Updated to ph-oton 10.2.0\n\nv10.1.1 - 2026-01-10\n* Updated to ph-oton 10.1.2\n* Made sure all package names are \"bootstrap3\" and not just \"bootstrap\"\n\nv10.1.0 - 2025-11-16\n* Updated to Jetty 12.1.4\n* Updated to ph-commons 12.1.0\n* Using JSpecify annotations\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\nv9.2.3 - 2024-08-09\n* Updated to DataTables 2.1\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-bootstrap3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fph-oton-bootstrap3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-oton-bootstrap3/lists"}