| License |
License |
|---|---|
| GroupId | GroupIdcom.noodlesandwich |
| ArtifactId | ArtifactIdrekord |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRekord
Records in Java. Useful as a replacement for Java beans/value objects/type-safe maps that requires less code.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rekord-0.3.pom | 2 KB |
| Browse |
<!-- 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"]
| 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 |