{"id":29011346,"url":"https://github.com/dominokit/domino-immutables","last_synced_at":"2026-03-14T16:06:51.076Z","repository":{"id":85048762,"uuid":"153573756","full_name":"DominoKit/domino-immutables","owner":"DominoKit","description":"Wrapper project for Immutables.org to work with GWT","archived":false,"fork":false,"pushed_at":"2021-03-29T12:39:10.000Z","size":36,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T05:36:46.202Z","etag":null,"topics":["gwt","immutables","java"],"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/DominoKit.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-18T06:25:06.000Z","updated_at":"2021-03-26T13:19:17.000Z","dependencies_parsed_at":"2024-01-29T00:03:34.369Z","dependency_job_id":"b7119b35-c27f-4474-ad77-50e90364c864","html_url":"https://github.com/DominoKit/domino-immutables","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DominoKit/domino-immutables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominoKit%2Fdomino-immutables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominoKit%2Fdomino-immutables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominoKit%2Fdomino-immutables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominoKit%2Fdomino-immutables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DominoKit","download_url":"https://codeload.github.com/DominoKit/domino-immutables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominoKit%2Fdomino-immutables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261917433,"owners_count":23229919,"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":["gwt","immutables","java"],"created_at":"2025-06-25T17:12:16.894Z","updated_at":"2026-03-14T16:06:51.040Z","avatar_url":"https://github.com/DominoKit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca title=\"Gitter\" href=\"https://gitter.im/DominoKit/domino\"\u003e\u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\"\u003e\u003c/a\u003e\n[![Release Build Status](https://github.com/DominoKit/domino-immutables/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/DominoKit/domino-immutables/actions/workflows/deploy.yaml/badge.svg?branch=master)\n[![Development Build Status](https://github.com/DominoKit/domino-immutables/actions/workflows/deploy.yaml/badge.svg?branch=development)](https://github.com/DominoKit/domino-immutables/actions/workflows/deploy.yaml/badge.svg?branch=development)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.dominokit/domino-immutables/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.dominokit/domino-immutables)\n![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.dominokit/domino-immutables.svg)\n\n\n# Domino Immutables\n\nA wrapper project for Immutables.org to work with GWT.\n\n## Setup\n\n### Maven dependency\n\n- Latest release\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.dominokit\u003c/groupId\u003e\n  \u003cartifactId\u003edomino-immutables\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n- Development Snapshot\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.dominokit\u003c/groupId\u003e\n  \u003cartifactId\u003edomino-immutables\u003c/artifactId\u003e\n  \u003cversion\u003eHEAD-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003e To use the snapshot version without building locally, configure the snapshot repository\n```xml\n\u003crepository\u003e\n   \u003cid\u003esonatype-snapshots-repo\u003c/id\u003e\n   \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n   \u003csnapshots\u003e\n      \u003cenabled\u003etrue\u003c/enabled\u003e\n      \u003cupdatePolicy\u003ealways\u003c/updatePolicy\u003e\n      \u003cchecksumPolicy\u003efail\u003c/checksumPolicy\u003e\n   \u003c/snapshots\u003e\n\u003c/repository\u003e\n```\n\n### GWT module inheritance\n```xml\n\u003cinherits name=\"org.dominokit.immutables.Immutables\"/\u003e\n```\n\nUsage of Immutables can be found in [Immutables.org](http://immutables.github.io/)\n### Example\n```java\n@Value.Immutable\npublic interface Person {\n    int foo();\n\n    String bar();\n\n    List\u003cInteger\u003e buz();\n\n    Set\u003cLong\u003e crux();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominokit%2Fdomino-immutables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominokit%2Fdomino-immutables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominokit%2Fdomino-immutables/lists"}