is not current version
Last Version 0.8.0

org.fuin:objects4j 0.6.2

A library with common Java types that are mostly immutable value objects.

GroupId

GroupId

org.fuin
ArtifactId

ArtifactId

objects4j
Version

Version

0.6.2
Type

Type

jar

Download objects4j 0.6.2


<!-- https://jarcasting.com/artifacts/org.fuin/objects4j/ -->
<dependency>
    <groupId>org.fuin</groupId>
    <artifactId>objects4j</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuin/objects4j/
implementation 'org.fuin:objects4j:0.6.2'
// https://jarcasting.com/artifacts/org.fuin/objects4j/
implementation ("org.fuin:objects4j:0.6.2")
'org.fuin:objects4j:jar:0.6.2'
<dependency org="org.fuin" name="objects4j" rev="0.6.2">
  <artifact name="objects4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuin', module='objects4j', version='0.6.2')
)
libraryDependencies += "org.fuin" % "objects4j" % "0.6.2"
[org.fuin/objects4j "0.6.2"]