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 |
| Идентификатор | Идентификаторtater-utils |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTater :: Utilities
A collection of utilities for dealing with annotations and writing annotation processors.
|
| Имя Файла | Размер |
|---|---|
| tater-utils-0.4.pom | |
| tater-utils-0.4.jar | 704 KB |
| tater-utils-0.4-sources.jar | 12 KB |
| tater-utils-0.4-javadoc.jar | 75 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
taterA small collection of tools for building annotation processors with a heavy focus on testing.
I will explain more later, I promise.