MVN

nl.littlerobots.bundles : argument-processor

Maven & Gradle

Dec 20, 2017

Bundles @Argument annotation processor · Bundles @Argument annotation processor

<dependency>
    <groupId>nl.littlerobots.bundles</groupId>
    <artifactId>argument-processor</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.littlerobots.bundles : argument-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of nl.littlerobots.bundles : argument-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
argument-processor-2.0.2
argument-processor-2.0.1
argument-processor-2.0.0

How to add a dependency to Maven

Add the following nl.littlerobots.bundles : argument-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.littlerobots.bundles</groupId>
    <artifactId>argument-processor</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.littlerobots.bundles : argument-processor gradle dependency to your build.gradle file:

implementation 'nl.littlerobots.bundles:argument-processor:2.0.2'

Gradle Kotlin DSL: Add the following nl.littlerobots.bundles : argument-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.littlerobots.bundles:argument-processor:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.littlerobots.bundles : argument-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.littlerobots.bundles" % "argument-processor" % "2.0.2"

Advertisement