License |
License |
---|---|
GroupId | GroupIdnl.elucidator.patterns.builder.annotations |
ArtifactId | ArtifactIdbuilder-annotations-test |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionMakeBuilder - Test project
Test project for MakeBuilder. This has explicitly been put into a
separate project because of the two-part lifecycle with code generation.
1 The Annotation Processor needs to be built.
2 The Annotation Processor needs to process any annotations on immutable
types and generate the appropriate implementations and builder classes.
|
<!-- https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/ -->
<dependency>
<groupId>nl.elucidator.patterns.builder.annotations</groupId>
<artifactId>builder-annotations-test</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/
implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.1.1'
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations-test/
implementation ("nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.1.1")
'nl.elucidator.patterns.builder.annotations:builder-annotations-test:jar:1.1.1'
<dependency org="nl.elucidator.patterns.builder.annotations" name="builder-annotations-test" rev="1.1.1">
<artifact name="builder-annotations-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.elucidator.patterns.builder.annotations', module='builder-annotations-test', version='1.1.1')
)
libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations-test" % "1.1.1"
[nl.elucidator.patterns.builder.annotations/builder-annotations-test "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
nl.elucidator.patterns.builder.annotations : builder-annotations | jar | 1.1.1 |
nl.elucidator.patterns.builder.annotations : builder-annotations-processor | jar | 1.1.1 |
joda-time : joda-time | jar | 1.6 |
net.jcip : jcip-annotations | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |