t

testhelper

Please refer to https://github.com/holisticon/annotation-processotool-kit
Files download
File Operation
testhelper-0.6.2.jar download
testhelper-0.6.2.pom download
testhelper-0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.holisticon.annotationprocessortoolkit</groupId>
  <artifactId>testhelper</artifactId>
  <version>0.6.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'de.holisticon.annotationprocessortoolkit:testhelper:0.6.2'
Gradle Kotlin
implementation("de.holisticon.annotationprocessortoolkit:testhelper:0.6.2")
Scala SBT
libraryDependencies += "de.holisticon.annotationprocessortoolkit" % "testhelper" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='de.holisticon.annotationprocessortoolkit', module='testhelper', version='0.6.2')
)
Apache Ivy
<dependency org="de.holisticon.annotationprocessortoolkit" name="testhelper" rev="0.6.2" />
Leiningen
[de.holisticon.annotationprocessortoolkit/testhelper "0.6.2"]
Apache Buildr
'de.holisticon.annotationprocessortoolkit:testhelper:jar:0.6.2'