| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.yarnandtail |
| Идентификатор | Идентификаторandhow-annotation-processor-tests |
| Последняя версия | Последняя версия0.4.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAndHow Annotation Processor Tests
'Real world' compile-time testing of the annotation processor.
Its impossible/hard to fully replicate the compile time environment
including annotation processing, class generation, service loading, etc..
This module contains standard and edge case classes container AndHow
properties. Unit tests then check to ensure that PropertyRegistrars
were generated and registered as services for each top level class
containing Properties.
|
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-annotation-processor-tests</artifactId>
<version>0.4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/
implementation 'org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/
implementation ("org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1")
'org.yarnandtail:andhow-annotation-processor-tests:jar:0.4.1.1'
<dependency org="org.yarnandtail" name="andhow-annotation-processor-tests" rev="0.4.1.1">
<artifact name="andhow-annotation-processor-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-annotation-processor-tests', version='0.4.1.1')
)
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-tests" % "0.4.1.1"
[org.yarnandtail/andhow-annotation-processor-tests "0.4.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.yarnandtail : andhow-core | jar | 0.4.1.1 |
| org.yarnandtail : andhow-annotation-processor | jar | 0.4.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |