License |
License |
---|---|
GroupId | GroupIdnl.elucidator.patterns.builder.annotations |
ArtifactId | ArtifactIdbuilder-annotations |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionMakeBuilder - Annotations
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.
|
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.1'
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation ("nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.1")
'nl.elucidator.patterns.builder.annotations:builder-annotations:jar:1.1.1'
<dependency org="nl.elucidator.patterns.builder.annotations" name="builder-annotations" rev="1.1.1">
<artifact name="builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.elucidator.patterns.builder.annotations', module='builder-annotations', version='1.1.1')
)
libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations" % "1.1.1"
[nl.elucidator.patterns.builder.annotations/builder-annotations "1.1.1"]