MakeBuilder - Test project

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.

License

License

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations-test
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

MakeBuilder - Test project
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.

Download builder-annotations-test

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
nl.elucidator.patterns.builder.annotations : builder-annotations jar 1.1.1
nl.elucidator.patterns.builder.annotations : builder-annotations-processor jar 1.1.1
joda-time : joda-time jar 1.6
net.jcip : jcip-annotations jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0