Tater :: Utilities

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-utils
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download tater-utils

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.antlr : stringtemplate jar 3.2.1
org.apache.commons : commons-lang3 jar 3.1
commons-io : commons-io jar 2.4
org.apache.commons : commons-collections4 jar 4.0
org.kohsuke.metainf-services : metainf-services jar 1.5

test (4)

Group / Artifact Type Version
net.peachjean.tater : tater-test-harness jar 0.4
net.peachjean.differentia : differentia-javaica jar 1.2
net.peachjean.commons : pjcommons-test jar 0.3
junit : junit jar 4.11

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