Builder annotations

Annotations to create builder implementations from Interfaces with annotations

License

License

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations-root
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Builder annotations
Annotations to create builder implementations from Interfaces with annotations
Project URL

Project URL

http://www.elucidator.nl/

Download builder-annotations-root

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotations
  • processor
  • test

Versions

Version
1.1.1
1.1.0
1.0.0