MVN

de.holisticon.annotationprocessortoolkit : testhelper

Maven & Gradle

Jan 05, 2018
4 usages
22 stars

testhelper · Please refer to https://github.com/holisticon/annotation-processotool-kit

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

Latest Version

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

  • Latest Stable: 0.6.3

All Versions

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

Version Vulnerabilities Updated
0.6.x
testhelper-0.6.3
testhelper-0.6.2
testhelper-0.6.1
testhelper-0.6.0
0.5.x
testhelper-0.5.0
0.4.x
testhelper-0.4.0
0.3.x
testhelper-0.3.1
testhelper-0.3.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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