Last Version

Value Objects 1.0.0

Helpers for implementing immutable value objects in Java

License

License

GroupId

GroupId

com.stevewedig
ArtifactId

ArtifactId

value-objects
Version

Version

1.0.0
Type

Type

jar
Description

Description

Value Objects
Helpers for implementing immutable value objects in Java

Download value-objects 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar [10.0.1,)

test (2)

Group / Artifact Type Version
junit : junit jar [4.0,)
org.hamcrest : hamcrest-integration jar [1.2,)

Project Modules

There are no modules declared in this project.