{"id":15024546,"url":"https://github.com/gwtboot/gwt-boot-modules","last_synced_at":"2025-04-12T06:30:51.574Z","repository":{"id":53086506,"uuid":"125577043","full_name":"gwtboot/gwt-boot-modules","owner":"gwtboot","description":"GWT Boot: BOMs and POMs, Starters, Dependencies and Parent","archived":false,"fork":false,"pushed_at":"2022-10-13T10:45:26.000Z","size":173,"stargazers_count":54,"open_issues_count":4,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T02:01:40.393Z","etag":null,"topics":["bom","dependency-descriptors","gwt","gwt-boot","java","javascript","parent-pom","pom","spring-boot","starter","starters"],"latest_commit_sha":null,"homepage":"","language":null,"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/gwtboot.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}},"created_at":"2018-03-16T22:41:28.000Z","updated_at":"2025-03-06T14:32:12.000Z","dependencies_parsed_at":"2023-01-20T00:01:53.116Z","dependency_job_id":null,"html_url":"https://github.com/gwtboot/gwt-boot-modules","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwtboot%2Fgwt-boot-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwtboot%2Fgwt-boot-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwtboot%2Fgwt-boot-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwtboot%2Fgwt-boot-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwtboot","download_url":"https://codeload.github.com/gwtboot/gwt-boot-modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529264,"owners_count":21119472,"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":["bom","dependency-descriptors","gwt","gwt-boot","java","javascript","parent-pom","pom","spring-boot","starter","starters"],"created_at":"2024-09-24T20:00:31.650Z","updated_at":"2025-04-12T06:30:51.011Z","avatar_url":"https://github.com/gwtboot.png","language":null,"readme":"# GWT Boot: Starters\n\n![Build Status](https://github.com/gwtboot/gwt-boot-modules/actions/workflows/maven.yml/badge.svg)\n\n## GWT BOMs and POMs - GWT Dependencies and Starters\n\n**GWT Boot Starter is NOT an integration between Spring Boot and GWT!**\n\nIf you need a modern introduction to GWT / J2CL take a look at this [Padlet for GWT / J2CL](https://bit.ly/GWTIntroPadlet).\n\nGWT Boot Starter dependencies is basically a simple Starter dependencies \ncollection for GWT just like Spring Boot Starter dependencies.\nThe idea is taken from \n[Spring Boot Starters](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-starters)\n\nGWT Boot Starters are a set of convenient dependency descriptors \nthat you can include in your application. \nYou get a one-stop-shop for all the GWT and related technology \nthat you need without having to hunt through sample code and \ncopy paste loads of dependency descriptors. For example, \nif you want to get started using GWT and [Domino UI](https://github.com/DominoKit/domino-ui) \nfor your Material Design and [Elemental2](https://github.com/google/elemental2) just include the \n`gwt-boot-starter-ui-domino` dependency in your project, \nand you are good to go.\n\n**GWT Boot Starter artifacts are released on the [Maven Central](https://search.maven.org/search?q=com.github.gwtboot)**\n\n## List of all supported GWT frameworks\n\n| ArtifactId / GWT Module: com.github.gwtboot.starter.*                              | Framework                                                         | Supported Browser Technology | Status     | GWT / Elemento Core Version | Examples                                                                                                                                                                                                                                         |\n| ---------------------------------- | ----------------------------------------------------------------- | ---------------------------- | ---------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| gwt-boot-starter-parent            | Parent starter for GWT Boot                                       | No web                       | Integrated | -                           | -                                                                                                                                                                                                                                                |\n| gwt-boot-starter / Starter                  | Standard GWT widgets                                              | Widget                       | Integrated | 2.10.0                       | [gwt-boot-sample-basic](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-basic)                                                                                                                                           |\n| gwt-boot-starter-ui-domino / DominoStarter        | [domino-ui](https://github.com/DominoKit/domino-ui)               | Elemental2                   | Integrated | 2.10.0              | [gwt-boot-sample-ui-domino](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-domino), [gwt-boot-sample-ui-domino-dagger2](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-domino-dagger2)   |\n| gwt-boot-starter-ui-gwtbootstrap3 / GwtBootstrap3Starter | [gwtbootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3)   | Widget                       | Integrated | 2.10.0                       | [gwt-boot-sample-ui-gwtbootstrap3](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-gwtbootstrap3)                                                                                                                     |\n| gwt-boot-starter-ui-vue-gwt / VueGwtStarter        | [vue-gwt](https://github.com/Axellience/vue-gwt)                  | Elemental2                   | Integrated | 2.10.0                       | [gwt-boot-sample-ui-vue-gwt](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-vue-gwt)                                                                                                                                 |\n| gwt-boot-starter-ui-gwtreact       | [gwt-react](https://github.com/GWTReact/gwt-react)                | Elemental2                   | -          |                             | -                                                                                                                                                                                                                                                |\n| gwt-boot-starter-ui-gwtmaterial / GwtMaterialStarter   | [gwt-material](https://github.com/GwtMaterialDesign/gwt-material) | Widget                       | Integrated | 2.10.0                       | [gwt-boot-sample-ui-gwtmaterial](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-gwtmaterial)                                                                                                                         |\n| gwt-boot-starter-ui-errai          | [errai](https://github.com/errai/errai)                           | Elemental2                   | -          | -                           | -                                                                                                                                                                                                                                                |\n| gwt-boot-starter-rxgwt / RxGwtStarter             | [rxgwt](https://github.com/intendia-oss/rxgwt)                    | No web                       | Integrated | 2.10.0      | [gwt-boot-sample-rxgwt](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-rxgwt)                                                                                                                                           |  \n| gwt-boot-starter-restygwt / RestyGwtStarter         | [resty-gwt](https://github.com/resty-gwt/resty-gwt)               | No web                       | Integrated | 2.10.0                       | [gwt-boot-sample-collection](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-collection)                                                                                                                                 |\n| gwt-boot-starter-test              | [gwtmockito](https://github.com/google/gwtmockito)                | No web                       | Integrated | 2.10.0                       | [gwt-boot-sample-collection](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-collection), [gwt-boot-sample-ui-domino-dagger2](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-domino-dagger2) |\n| gwt-boot-starter-gwteventbinder / GwtEventBinderStarter    | [gwteventbinder](https://github.com/google/gwteventbinder)        | No web                       | Integrated | 2.10.0                       | [gwt-boot-sample-collection](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-collection)                                                                                                                                 |\n| gwt-boot-starter-gin / GinStarter              | [gin](https://github.com/gwtplus/google-gin)                      | No web                       | Integrated | 2.10.0                       | [gwt-boot-sample-collection](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-collection)                                                                                                                                 |\n| gwt-boot-starter-dagger2 / Dagger2Starter          | [dagger2](https://google.github.io/dagger)                        | No web                       | Integrated | 2.10.0                       | [gwt-boot-sample-ui-domino-dagger2](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-domino-dagger2)                                                                                                                   |\n| gwt-boot-starter-elemento-core / ElementoCoreStarter    | [elemento](https://github.com/hal/elemento)                       | Elemental2                   | Integrated | 2.10.0               | [gwt-boot-sample-elemento-core](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-elemento-core)                                                                                                                           |\n| gwt-boot-starter-domino-rest / DominoRestStarter      | [domino-rest](https://github.com/DominoKit/domino-rest)           | Elemental2                   | Integrated | 2.10.0                       | [gwt-boot-sample-domino-rest](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-domino-rest)                                                                                                                               |\n| gwt-boot-starter-nalu              | [nalu](https://github.com/NaluKit/nalu)                           | No web                       | -          | -                           | -                                                                                                                                                                                                                                                |\n| gwt-boot-starter-dncomponents / DncomponentsStarter     | [dn-components](https://dncomponents.com)                         | Elemental2                   | Integrated | 2.10.0                       | [gwt-boot-sample-ui-dncomponents](https://github.com/gwtboot/gwt-boot-samples/tree/master/gwt-boot-sample-ui-dncomponents)                                                                                                                                                                                                                                                |\n\n## Using GWT Boot Starters\n\n### Using gwt-boot-starter-parent as Parent POM\n\nSimilar to [Spring Boot with Parent POM](http://www.baeldung.com/spring-boot-start)\n\n### Using without Parent POM\n\nSimilar to [Spring Boot without Parent POM](http://www.baeldung.com/spring-boot-dependency-management-custom-parent)\n\n## Wiki\n\nCheck out our Wiki for [How-Tos](https://github.com/gwtboot/gwt-boot-modules/wiki) and other information.\n\n## Examples\n\nExample of each Starter can be found at the table above \"Examples\" column. All the examples are in this [repository](https://github.com/gwtboot/gwt-boot-samples).\n","funding_links":[],"categories":["Starter"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwtboot%2Fgwt-boot-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwtboot%2Fgwt-boot-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwtboot%2Fgwt-boot-modules/lists"}