An open API service indexing awesome lists of open source software.

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

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.