License |
License |
---|---|
GroupId | GroupIdnl.elucidator.patterns.builder.annotations |
ArtifactId | ArtifactIdbuilder-annotations-processor |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMakeBuilder - 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.
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |