{"id":18250513,"url":"https://github.com/dropwizard/dropwizard-vavr","last_synced_at":"2025-04-04T16:31:24.460Z","repository":{"id":24365279,"uuid":"101312062","full_name":"dropwizard/dropwizard-vavr","owner":"dropwizard","description":"Bundle for Dropwizard to support Vavr","archived":false,"fork":false,"pushed_at":"2025-01-20T01:30:26.000Z","size":447,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"release/4.0.x","last_synced_at":"2025-03-20T15:12:19.178Z","etag":null,"topics":["dropwizard","java","java-library","vavr","vavr-jackson"],"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/dropwizard.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-24T15:46:01.000Z","updated_at":"2025-01-20T01:30:27.000Z","dependencies_parsed_at":"2023-10-05T06:28:04.435Z","dependency_job_id":"3d39b1ac-3b5e-4aa3-a761-80b8ab52dadf","html_url":"https://github.com/dropwizard/dropwizard-vavr","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-vavr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-vavr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-vavr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-vavr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropwizard","download_url":"https://codeload.github.com/dropwizard/dropwizard-vavr/tar.gz/refs/heads/release/4.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247209358,"owners_count":20901762,"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":["dropwizard","java","java-library","vavr","vavr-jackson"],"created_at":"2024-11-05T09:44:57.186Z","updated_at":"2025-04-04T16:31:24.060Z","avatar_url":"https://github.com/dropwizard.png","language":"Java","readme":"Dropwizard Vavr Bundle\n======================\n\n[![Build](https://github.com/dropwizard/dropwizard-vavr/workflows/Java%20CI/badge.svg)](https://github.com/dropwizard/dropwizard-vavr/actions?query=workflow%3A%22Java+CI%22)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dropwizard_dropwizard-vavr\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=dropwizard_dropwizard-vavr)\n[![Maven Central](https://img.shields.io/maven-central/v/io.dropwizard.modules/dropwizard-vavr.svg)](http://mvnrepository.com/artifact/io.dropwizard.modules/dropwizard-vavr)\n\nA [Dropwizard] bundle for integrating [Vavr] in [Dropwizard] applications.\n\nThe package provides integration of [Vavr] classes into Jackson (via [vavr-jackson]), Jersey (via custom classes), and Jdbi 3 (via [jdbi3-vavr]).\n\n\n[Vavr]: http://www.vavr.io/\n[Dropwizard]: http://dropwizard.io/\n[vavr-jackson]: https://github.com/vavr-io/vavr-jackson\n[jdbi3-vavr]: https://github.com/jdbi/jdbi\n\nUsage\n-----\n\nJust add `VavrBundle` to your Dropwizard application as a [Bundle](https://www.dropwizard.io/en/release-2.0.x/manual/core.html#bundles).\n\n    public class DemoApplication extends Application\u003cDemoConfiguration\u003e {\n        // [...]\n        @Override\n        public void initialize(Bootstrap\u003cDemoConfiguration\u003e bootstrap) {\n            bootstrap.addBundle(new VavrBundle());\n            // [...]\n        }\n    }\n\n\nMaven Artifacts\n---------------\n\nThis project is available on Maven Central. To add it to your project simply add the following dependencies to your\n`pom.xml`:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eio.dropwizard.modules\u003c/groupId\u003e\n      \u003cartifactId\u003edropwizard-vavr\u003c/artifactId\u003e\n      \u003cversion\u003e2.0.0-1\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\nSupport\n-------\n\nPlease file bug reports and feature requests in [GitHub issues](https://github.com/dropwizard/dropwizard-vavr/issues).\n\n\nLicense\n-------\n\nCopyright (c) 2017-2020 Jochen Schalanda, Dropwizard Team\n\nThis library is licensed under the Apache License, Version 2.0.\n\nSee http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropwizard%2Fdropwizard-vavr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropwizard%2Fdropwizard-vavr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropwizard%2Fdropwizard-vavr/lists"}