{"id":16520647,"url":"https://github.com/huluvu424242/fluentbuilder.example","last_synced_at":"2025-07-15T23:36:50.317Z","repository":{"id":213611406,"uuid":"734515150","full_name":"Huluvu424242/FluentBuilder.example","owner":"Huluvu424242","description":"Beispiele für Builder mit Fluentinterface","archived":false,"fork":false,"pushed_at":"2024-10-03T17:06:05.000Z","size":251,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T03:42:19.195Z","etag":null,"topics":["builder","example","fluent-interface"],"latest_commit_sha":null,"homepage":"https://huluvu424242.github.io/FluentBuilder.example/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Huluvu424242.png","metadata":{"files":{"readme":"README.adoc","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-21T22:10:46.000Z","updated_at":"2024-01-21T18:27:18.000Z","dependencies_parsed_at":"2024-01-06T21:25:20.525Z","dependency_job_id":"96082776-4abc-4385-83cd-b76747cbf0b9","html_url":"https://github.com/Huluvu424242/FluentBuilder.example","commit_stats":null,"previous_names":["huluvu424242/fluentbuilder.example"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Huluvu424242/FluentBuilder.example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2FFluentBuilder.example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2FFluentBuilder.example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2FFluentBuilder.example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2FFluentBuilder.example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huluvu424242","download_url":"https://codeload.github.com/Huluvu424242/FluentBuilder.example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluvu424242%2FFluentBuilder.example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265467625,"owners_count":23770753,"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":["builder","example","fluent-interface"],"created_at":"2024-10-11T16:52:07.842Z","updated_at":"2025-07-15T23:36:50.275Z","avatar_url":"https://github.com/Huluvu424242.png","language":"Java","readme":"[#status]\nimage:https://img.shields.io/badge/License-MIT%202023-blue.svg?style=plastic[link=\"http://www.opensource.org/licenses/mit-license.php\"]\nimage:https://img.shields.io/github/v/tag/Huluvu424242/fluent-builder.example?include_prereleases\u0026style=plastic[GitHub tag (latest SemVer pre-release), link=\"https://github.com/Huluvu424242/fluent-builder.example/releases\"]\nimage:https://img.shields.io/github/downloads/Huluvu424242/fluent-builder.example/latest/total?style=plastic[GitHub release (latest by date), link=\"https://github.com/Huluvu424242/fluent-builder.example/packages/181948/versions\"]\nimage:https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/fluent-builder.example/badge.svg?style=plastic[\"Maven Central\", link=\"https://maven-badges.herokuapp.com/maven-central/com.github.huluvu424242/fluent-builder.example\"]\nimage:https://travis-ci.org/Huluvu424242/fluent-builder.example.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/Huluvu424242/fluent-builder.example\"]\nimage:https://codecov.io/gh/Huluvu424242/fluent-builder.example/branch/master/graph/badge.svg[link=\"https://codecov.io/gh/Huluvu424242/fluent-builder.example\"]\nimage:https://sonarcloud.io/api/project_badges/measure?project=Huluvu424242_fluent-builder.example\u0026metric=alert_status[Quality Gate Status, link=\"https://sonarcloud.io/summary/new_code?id=Huluvu424242_fluent-builder.example\"]\nimage:http://images.webestools.com/buttons.php?frm=2\u0026btn_type=11\u0026txt=Scrum Board[\"Scrum Board,scaledwidth=\"15%\"\", link=\"https://github.com/Huluvu424242/fluent-builder.example/projects/1\"]\n\nimage:https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=plastic[\"standard-readme compilant\",link=\"https://github.com/RichardLitt/standard-readme\"]\n\n\n#Fluent Builder Example\n\n\n## Projekt Erzeugung\n\n1. gitignore erstellen\n    * https://www.toptal.com/developers/gitignore/api/windows,linux,intellij+all,eclipse,maven,java,git\n2. pom erstellen\n    ```\n   \u003cproject\u003e\n      \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e\n      \u003cgroupId\u003ecom.github.huluvu424242\u003c/groupId\u003e\n      \u003cartifactId\u003efluent-builder.example\u003c/artifactId\u003e\n      \u003cversion\u003e1\u003c/version\u003e\n    \u003c/project\u003e\n    ```\n3. maven wrapper erstellen:\n   ```\n   mvn wrapper:wrapper -Dtype=script -Dmaven=3.9.6\n   ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluvu424242%2Ffluentbuilder.example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuluvu424242%2Ffluentbuilder.example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluvu424242%2Ffluentbuilder.example/lists"}