Value is a support library for value objects in Java.
Value depends on the following libraries:
- Apache Commons Lang 3.8.1
Add a Maven dependency to Value:
<dependency>
<groupId>org.jvirtanen.value</groupId>
<artifactId>value</artifactId>
<version><!-- latest version --></version>
</dependency>
See the latest release on GitHub.
Copyright 2014 Jussi Virtanen.
Released under the Apache License, Version 2.0. See LICENSE.txt
for details.