{"id":19221415,"url":"https://github.com/reflexe/gwt-material","last_synced_at":"2025-02-23T09:28:30.948Z","repository":{"id":177977871,"uuid":"140868273","full_name":"Reflexe/gwt-material","owner":"Reflexe","description":"A RTL fork for gwt material ","archived":false,"fork":false,"pushed_at":"2018-07-13T21:09:42.000Z","size":15624,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T20:21:00.690Z","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/Reflexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2018-07-13T16:13:13.000Z","updated_at":"2018-07-13T21:11:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc929a14-f845-48b3-aaf9-62f8276ae65a","html_url":"https://github.com/Reflexe/gwt-material","commit_stats":null,"previous_names":["reflexe/gwt-material"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reflexe%2Fgwt-material/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reflexe","download_url":"https://codeload.github.com/Reflexe/gwt-material/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240296327,"owners_count":19779061,"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-11-09T14:42:19.424Z","updated_at":"2025-02-23T09:28:30.909Z","avatar_url":"https://github.com/Reflexe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://i.imgur.com/VaBxpGj.png\" /\u003e\n\u003ch2\u003egwt-material\u003c/h2\u003e\n\u003cp\u003eA Google Material Design wrapper for GWT\u003c/p\u003e\n\n[![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material) [![Join the chat at https://gitter.im/GwtMaterialDesign/gwt-material](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/GwtMaterialDesign/gwt-material?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003cbr/\u003e\n\n## Demo\n* [2.0.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)\n* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)\n\n## Documentation\nSupport documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material/wiki) \u003cbr/\u003e\nWe created \u003ca href=\"http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs\" \u003e Java Docs \u003c/a\u003e for developers\n\n\n## Maven\n### Current Version 2.0.1\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.gwtmaterialdesign\u003c/groupId\u003e\n    \u003cartifactId\u003egwt-material\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n### Snapshot Version 2.1-SNAPSHOT\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.gwtmaterialdesign\u003c/groupId\u003e\n    \u003cartifactId\u003egwt-material\u003c/artifactId\u003e\n    \u003cversion\u003e2.1-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Changelog\nYou can find lists of features by version \u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material/wiki/Changelog\"\u003ehere\u003c/a\u003e.\n\n### Migration\n[Migrating from 1.3 to 1.4](https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4) \u003cbr/\u003e\n[Migrating from 1.x to 2.0](https://github.com/GwtMaterialDesign/gwt-material/wiki/2.0-API-Changes)\n\n## License\n[Apache 2.0 License](https://github.com/GwtMaterialDesign/gwt-material/blob/master/LICENSE)\n\n## Contributing\nContributions are welcomed by all! If you would like to submit changes be sure to fork this project and create a [Pull Request](https://yangsu.github.io/pull-request-tutorial/) for us to review. PR's will be reviewed by the team as soon as possible. You will also be listed as a contributor on our changelog notes.\n\nPlease follow the [contribution document](https://github.com/GwtMaterialDesign/gwt-material/wiki/Contributing) on the projects code style standards.\n\n## Follow Us\n\u003ca href=\"https://plus.google.com/u/0/communities/108005250093449814286\"\u003e Google Plus\u003c/a\u003e\n\n## Related Projects\n\u003cul\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-addins\" \u003eAddins\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-themes\" \u003eThemes\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-jquery\" \u003eJQuery\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-table\" \u003eTable\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-demo\" \u003eDemo\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-demo-errai\" \u003eErrai Demo\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-template\" \u003eStarter\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca href=\"https://github.com/GwtMaterialDesign/gwt-material-patterns\" \u003ePatterns\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n## JUnit Test\n\n| Project | Number of Tests |\n| --- | --- | \n| gwt-material | 1545 |\n| gwt-material-addins | 1048 |\n| gwt-material-table | 100 |\n| **Total Unit Tests** | **2693** |\n\n## Testing Platform\n\u003cp\u003eMany thanks to BrowserStack for sponsoring our Open Source projects\u003c/p\u003e\n\u003ca href=\"https://www.browserstack.com/\" target=\"_blank\"\u003e\n\u003cimg width=\"300px\" src=\"https://www.browserstack.com/images/layout/browserstack-logo-600x315.png\"/\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fgwt-material","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflexe%2Fgwt-material","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflexe%2Fgwt-material/lists"}