is not current version
Last Version 1.1.1

nl.elucidator.patterns.builder.annotations:builder-annotations-test 1.0.0

Test project for MakeBuilder. This has explicitly been put into a separate project because of the two-part lifecycle with code generation. 1 The Annotation Processor needs to be built. 2 The Annotation Processor needs to process any annotations on immutable types and generate the appropriate implementations and builder classes.

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations-test
Version

Version

1.0.0
Type

Type

jar

Download builder-annotations-test 1.0.0


<!-- https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/ -->
<dependency>
    <groupId>nl.elucidator.patterns.builder.annotations</groupId>
    <artifactId>builder-annotations-test</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/
implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.0.0'
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/
implementation ("nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.0.0")
'nl.elucidator.patterns.builder.annotations:builder-annotations-test:jar:1.0.0'
<dependency org="nl.elucidator.patterns.builder.annotations" name="builder-annotations-test" rev="1.0.0">
  <artifact name="builder-annotations-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.elucidator.patterns.builder.annotations', module='builder-annotations-test', version='1.0.0')
)
libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations-test" % "1.0.0"
[nl.elucidator.patterns.builder.annotations/builder-annotations-test "1.0.0"]