Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/openrtb
OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization
https://github.com/google/openrtb
Last synced: 7 days ago
JSON representation
OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization
- Host: GitHub
- URL: https://github.com/google/openrtb
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2014-07-02T17:05:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T02:43:30.000Z (about 1 year ago)
- Last Synced: 2024-05-08T21:47:20.490Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.18 MB
- Stars: 394
- Watchers: 60
- Forks: 188
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rtb - openrtb-core by google - Java BidRequest and BidResponse low overhead searlialization classes. ✊ (Table of Contents / Applications Engines and Frameworks)
README
Google OpenRTB Libraries
----------------------------------------------------------------------This library supports the OpenRTB specification, providing
bindings for all protobuf-supported languages, and additional
support for Java such as JSON serialization and validation.See our [wiki](https://github.com/google/openrtb/wiki) to get started!
Use the Github issue tracker for bugs, RFEs or any support. Check the
[changelog](CHANGELOG.md) for detailed release notes.BUILDING NOTES
----------------------------------------------------------------------You need: JDK 8, Maven 3.2, Protocol buffers (protoc) 3.5.1.
Building is supported from the command line with Maven and
from any IDE that can load Maven projects.On Eclipse, the latest m2e is recommended but it can't run the code
generation step, so you need to run a "mvn install" from the command
line after checkout or after any mvn clean.