https://github.com/jvirtanen/value
Support library for value objects in Java
https://github.com/jvirtanen/value
java
Last synced: 3 months ago
JSON representation
Support library for value objects in Java
- Host: GitHub
- URL: https://github.com/jvirtanen/value
- Owner: jvirtanen
- License: apache-2.0
- Created: 2014-04-15T19:18:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T19:12:19.000Z (over 6 years ago)
- Last Synced: 2023-07-30T10:23:42.102Z (almost 2 years ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Value
Value is a support library for value objects in Java.
## Dependencies
Value depends on the following libraries:
- Apache Commons Lang 3.8.1
## Download
Add a Maven dependency to Value:
```xml
org.jvirtanen.value
value
```
See the [latest release][] on GitHub.
[latest release]: https://github.com/jvirtanen/value/releases/latest
## License
Copyright 2014 Jussi Virtanen.
Released under the Apache License, Version 2.0. See `LICENSE.txt` for details.