MVN

de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep

Maven & Gradle

Jan 05, 2018
22 stars

annotationprocessor_nodep · Please refer to https://github.com/holisticon/annotation-processor-toolkit

<dependency>
    <groupId>de.holisticon.annotationprocessortoolkit</groupId>
    <artifactId>annotationprocessor_nodep</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
annotationprocessor_nodep-0.6.3
annotationprocessor_nodep-0.6.2
annotationprocessor_nodep-0.6.1
annotationprocessor_nodep-0.6.0

How to add a dependency to Maven

Add the following de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.holisticon.annotationprocessortoolkit</groupId>
    <artifactId>annotationprocessor_nodep</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep gradle dependency to your build.gradle file:

implementation 'de.holisticon.annotationprocessortoolkit:annotationprocessor_nodep:0.6.3'

Gradle Kotlin DSL: Add the following de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep gradle kotlin dependency to your build.gradle.kts file:

implementation("de.holisticon.annotationprocessortoolkit:annotationprocessor_nodep:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.holisticon.annotationprocessortoolkit : annotationprocessor_nodep sbt scala dependency to your build.sbt file:

libraryDependencies += "de.holisticon.annotationprocessortoolkit" % "annotationprocessor_nodep" % "0.6.3"