License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdio.norberg |
ArtifactId | ArtifactIdauto-matter-annotation |
Last Version | Last Version0.26.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA small library for generating value classes and builders from value types defined as minimal
interfaces.
|
<!-- https://jarcasting.com/artifacts/io.norberg/auto-matter-annotation/ -->
<dependency>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-annotation</artifactId>
<version>0.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.norberg/auto-matter-annotation/
implementation 'io.norberg:auto-matter-annotation:0.26.0'
// https://jarcasting.com/artifacts/io.norberg/auto-matter-annotation/
implementation ("io.norberg:auto-matter-annotation:0.26.0")
'io.norberg:auto-matter-annotation:jar:0.26.0'
<dependency org="io.norberg" name="auto-matter-annotation" rev="0.26.0">
<artifact name="auto-matter-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.norberg', module='auto-matter-annotation', version='0.26.0')
)
libraryDependencies += "io.norberg" % "auto-matter-annotation" % "0.26.0"
[io.norberg/auto-matter-annotation "0.26.0"]