o

objects4j

A library with common Java types that are mostly immutable value objects.
http://www.fuin.org/objects4j/
Files download
File Operation
objects4j-0.9.0.jar download
objects4j-0.9.0.pom download
objects4j-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fuin</groupId>
  <artifactId>objects4j</artifactId>
  <version>0.9.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.fuin:objects4j:0.9.0'
Gradle Kotlin
implementation("org.fuin:objects4j:0.9.0")
Scala SBT
libraryDependencies += "org.fuin" % "objects4j" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.fuin', module='objects4j', version='0.9.0')
)
Apache Ivy
<dependency org="org.fuin" name="objects4j" rev="0.9.0" />
Leiningen
[org.fuin/objects4j "0.9.0"]
Apache Buildr
'org.fuin:objects4j:jar:0.9.0'