{"id":13805824,"url":"https://github.com/dropwizard/dropwizard-protobuf","last_synced_at":"2025-04-08T03:12:22.946Z","repository":{"id":19368337,"uuid":"22608482","full_name":"dropwizard/dropwizard-protobuf","owner":"dropwizard","description":"Support for reading and writing Google Protocol Buffer objects within Dropwizard","archived":false,"fork":false,"pushed_at":"2025-03-31T06:29:41.000Z","size":2372,"stargazers_count":51,"open_issues_count":1,"forks_count":22,"subscribers_count":7,"default_branch":"release/4.0.x","last_synced_at":"2025-03-31T18:21:10.439Z","etag":null,"topics":["dropwizard","java","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":"","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":"2014-08-04T15:05:54.000Z","updated_at":"2025-03-31T02:15:55.000Z","dependencies_parsed_at":"2023-01-13T20:20:06.822Z","dependency_job_id":"9a41dd54-986d-45e7-b133-dedbacf4746c","html_url":"https://github.com/dropwizard/dropwizard-protobuf","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-protobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-protobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-protobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropwizard%2Fdropwizard-protobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropwizard","download_url":"https://codeload.github.com/dropwizard/dropwizard-protobuf/tar.gz/refs/heads/release/4.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"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","protobuf","protocol-buffers"],"created_at":"2024-08-04T01:01:05.287Z","updated_at":"2025-04-08T03:12:22.920Z","avatar_url":"https://github.com/dropwizard.png","language":"Java","readme":"Dropwizard Protobuf\n===================\n[![Build Status](https://travis-ci.org/dropwizard/dropwizard-protobuf.svg?branch=master)](https://travis-ci.org/dropwizard/dropwizard-protobuf)\n[![Maven Central](https://img.shields.io/maven-central/v/io.dropwizard.modules/dropwizard-protobuf.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/io.dropwizard.modules/dropwizard-protobuf/)\n[![GitHub license](https://img.shields.io/github/license/dropwizard/dropwizard-protobuf.svg?style=flat-square)](https://github.com/dropwizard/dropwizard-protobuf/tree/master)\n\n\n`dropwizard-protobuf` is a [Jersey](https://eclipse-ee4j.github.io/jersey/) [JAX-RS Entity Provider](https://www.oracle.com/technical-resources/articles/java/jax-rs.html) that allows reading and writing messages in Google's [Protocol Buffers](https://developers.google.com/protocol-buffers/) format.\n\n\nUsage\n-----\n\nJust add the `ProtocolBundle` to your Dropwizard application inside the [`Application#initialize`](https://javadoc.io/static/io.dropwizard/dropwizard-project/2.0.7/io/dropwizard/Application.html#initialize-io.dropwizard.setup.Bootstrap-) method.\n\n```java\n@Override\npublic void initialize(Bootstrap\u003cHelloWorldConfiguration\u003e bootstrap) {\n    bootstrap.addBundle(new ProtobufBundle());\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 `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.dropwizard.modules\u003c/groupId\u003e\n    \u003cartifactId\u003edropwizard-protobuf\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.7-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-protobuf/issues).\n\n\nLicense\n-------\n\nCopyright (c) 2020 Smoke Turner, LLC\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":["Open Source"],"sub_categories":["Eclipse"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropwizard%2Fdropwizard-protobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropwizard%2Fdropwizard-protobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropwizard%2Fdropwizard-protobuf/lists"}