MVN

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

Maven & Gradle

Feb 07, 2013
1 usages
1 stars

MakeBuilder - 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.

<dependency>
    <groupId>nl.elucidator.patterns.builder.annotations</groupId>
    <artifactId>builder-annotations-test</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.elucidator.patterns.builder.annotations : builder-annotations-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of nl.elucidator.patterns.builder.annotations : builder-annotations-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
builder-annotations-test-1.1.1
builder-annotations-test-1.1.0
1.0.x
builder-annotations-test-1.0.0

How to add a dependency to Maven

Add the following nl.elucidator.patterns.builder.annotations : builder-annotations-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.elucidator.patterns.builder.annotations</groupId>
    <artifactId>builder-annotations-test</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.elucidator.patterns.builder.annotations : builder-annotations-test gradle dependency to your build.gradle file:

implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.1.1'

Gradle Kotlin DSL: Add the following nl.elucidator.patterns.builder.annotations : builder-annotations-test gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.elucidator.patterns.builder.annotations:builder-annotations-test:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.elucidator.patterns.builder.annotations : builder-annotations-test sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations-test" % "1.1.1"