is not current version
Last Version 1.0.0

com.stevewedig:value-objects 0.1.5

Helpers for implementing immutable value objects in Java

GroupId

GroupId

com.stevewedig
ArtifactId

ArtifactId

value-objects
Version

Version

0.1.5
Type

Type

jar

Download value-objects 0.1.5


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