is not current version
Last Version 1.1.1

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

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.

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations-processor
Version

Version

1.0.0
Type

Type

jar

Download builder-annotations-processor 1.0.0


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