Rekord

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

License

License

GroupId

GroupId

com.noodlesandwich
ArtifactId

ArtifactId

rekord
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/SamirTalwar/Rekord

Download rekord

Filename Size
rekord-0.3.pom 2 KB
Browse

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.noodlesandwich : rekord-core jar 0.3
com.noodlesandwich : rekord-keys jar 0.3
com.noodlesandwich : rekord-validation jar 0.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2
0.1