/value

Support library for value objects in Java

Primary LanguageJavaApache License 2.0Apache-2.0

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:

<dependency>
  <groupId>org.jvirtanen.value</groupId>
  <artifactId>value</artifactId>
  <version><!-- latest version --></version>
</dependency>

See the latest release on GitHub.

License

Copyright 2014 Jussi Virtanen.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.