MVN

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

Maven & Gradle

Feb 07, 2013
2 usages
1 stars

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

<dependency>
    <groupId>nl.elucidator.patterns.builder.annotations</groupId>
    <artifactId>builder-annotations-processor</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-processor 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-processor to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following nl.elucidator.patterns.builder.annotations : builder-annotations-processor 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-processor</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-processor gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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