MakeBuilder - Processor component

This project contains the code for the MakeBuilder component. It is deployed as a JAR file. Usage, add the MakeBuilder JAR to the compiler classpath and run the compiler.

License

License

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations-processor
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

MakeBuilder - Processor component
This project contains the code for the MakeBuilder component. It is deployed as a JAR file. Usage, add the MakeBuilder JAR to the compiler classpath and run the compiler.

Download builder-annotations-processor

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.freemarker : freemarker jar 2.3.16
nl.elucidator.patterns.builder.annotations : builder-annotations jar 1.1.1
net.jcip : jcip-annotations jar 1.0
org.springframework : spring-core jar 3.1.0.RELEASE

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