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