is not current version
Last Version 0.3

com.noodlesandwich:rekord 0.2

Records in Java. Useful as a replacement for Java beans/value objects/type-safe maps that requires less code.

GroupId

GroupId

com.noodlesandwich
ArtifactId

ArtifactId

rekord
Version

Version

0.2
Type

Type

jar

Download rekord 0.2


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