ValueObjectBase

Provides Value Object base that eliminates much of the verbose coding that goes into value object class definitions.

License

License

GroupId

GroupId

org.force66
ArtifactId

ArtifactId

ValueObjectBase
Last Version

Last Version

1.0.0-rc2
Release Date

Release Date

Type

Type

jar
Description

Description

ValueObjectBase
Provides Value Object base that eliminates much of the verbose coding that goes into value object class definitions.
Project URL

Project URL

https://github.com/Force66/ValueObjectBase
Source Code Management

Source Code Management

https://github.com/Force66/ValueObjectBase.git

Download ValueObjectBase

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
org.force66 : BeanTester jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-rc2
1.0.0-rc1