https://github.com/paritytrading/foundation
Utility library for network protocols on the JVM
https://github.com/paritytrading/foundation
java networking
Last synced: 7 months ago
JSON representation
Utility library for network protocols on the JVM
- Host: GitHub
- URL: https://github.com/paritytrading/foundation
- Owner: paritytrading
- License: apache-2.0
- Created: 2016-04-07T19:22:22.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T21:50:09.000Z (7 months ago)
- Last Synced: 2025-07-04T22:40:27.332Z (7 months ago)
- Topics: java, networking
- Language: Java
- Homepage:
- Size: 221 KB
- Stars: 12
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Foundation
Foundation is a utility library for network protocols on the JVM.
Foundation requires Java Runtime Environment (JRE) 8 or newer.
## Download
Add a Maven dependency to Foundation:
```xml
com.paritytrading.foundation
foundation
```
See the [latest release][] on GitHub.
[latest release]: https://github.com/paritytrading/foundation/releases/latest
## Links
For more information on Foundation:
- Follow [paritytrading@fosstodon.org](https://fosstodon.org/@paritytrading)
on Mastodon for news and announcements
## License
Copyright 2016 Foundation authors.
Released under the Apache License, Version 2.0. See `LICENSE.txt` for details.