is not current version
Last Version 1.1.1

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

This project contains the annotations used by the MakeBuilder component. It is deployed as a JAR file. These annotations represent the public interface of the component.

GroupId

GroupId

nl.elucidator.patterns.builder.annotations
ArtifactId

ArtifactId

builder-annotations
Version

Version

1.0.0
Type

Type

jar

Download builder-annotations 1.0.0


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