не последняя версия
Последняя версия 1.0.0

com.stevewedig:value-objects 0.1.4

Helpers for implementing immutable value objects in Java

Группа

Группа

com.stevewedig
Идентификатор

Идентификатор

value-objects
Версия

Версия

0.1.4
Тип

Тип

jar

Скачать value-objects 0.1.4


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