Files download
File Operation
testhelper-0.12.0.jar download
testhelper-0.12.0.pom download
testhelper-0.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.toolisticon.annotationprocessortoolkit</groupId>
  <artifactId>testhelper</artifactId>
  <version>0.12.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.toolisticon.annotationprocessortoolkit:testhelper:0.12.0'
Gradle Kotlin
implementation("io.toolisticon.annotationprocessortoolkit:testhelper:0.12.0")
Scala SBT
libraryDependencies += "io.toolisticon.annotationprocessortoolkit" % "testhelper" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='io.toolisticon.annotationprocessortoolkit', module='testhelper', version='0.12.0')
)
Apache Ivy
<dependency org="io.toolisticon.annotationprocessortoolkit" name="testhelper" rev="0.12.0" />
Leiningen
[io.toolisticon.annotationprocessortoolkit/testhelper "0.12.0"]
Apache Buildr
'io.toolisticon.annotationprocessortoolkit:testhelper:jar:0.12.0'