Tater

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

Last Version

0.4
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/peachjean/tater
Source Code Management

Source Code Management

https://github.com/peachjean/tater

Download tater-root

Filename Size
tater-root-0.4.pom 6 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tater-test-harness
  • tater-utils

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