Tater :: Test Harness

A collection of utilities for dealing with annotations and writing annotation processors.

License

License

Categories

Categories

Net
GroupId

GroupId

net.peachjean.tater
ArtifactId

ArtifactId

tater-test-harness
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Tater :: Test Harness
A collection of utilities for dealing with annotations and writing annotation processors.

Download tater-test-harness

How to add to project

<!-- https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/ -->
<dependency>
    <groupId>net.peachjean.tater</groupId>
    <artifactId>tater-test-harness</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/
implementation 'net.peachjean.tater:tater-test-harness:0.4'
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/
implementation ("net.peachjean.tater:tater-test-harness:0.4")
'net.peachjean.tater:tater-test-harness:jar:0.4'
<dependency org="net.peachjean.tater" name="tater-test-harness" rev="0.4">
  <artifact name="tater-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.tater', module='tater-test-harness', version='0.4')
)
libraryDependencies += "net.peachjean.tater" % "tater-test-harness" % "0.4"
[net.peachjean.tater/tater-test-harness "0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
net.peachjean.commons : pjcommons-test jar 0.3

Project Modules

There are no modules declared in this project.

Build Status tater

A small collection of tools for building annotation processors with a heavy focus on testing.

I will explain more later, I promise.

net.peachjean.tater

PeachJean Software

Versions

Version
0.4
0.3
0.2
0.1