| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.egoettelmann |
| Идентификатор | Идентификаторspring-value-annotation-processor |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Value Annotation Processor
Annotation processor to extract all configuration properties injected through Spring @Value annotations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.egoettelmann/spring-value-annotation-processor/ -->
<dependency>
<groupId>com.github.egoettelmann</groupId>
<artifactId>spring-value-annotation-processor</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.egoettelmann/spring-value-annotation-processor/
implementation 'com.github.egoettelmann:spring-value-annotation-processor:0.0.2'
// https://jarcasting.com/artifacts/com.github.egoettelmann/spring-value-annotation-processor/
implementation ("com.github.egoettelmann:spring-value-annotation-processor:0.0.2")
'com.github.egoettelmann:spring-value-annotation-processor:jar:0.0.2'
<dependency org="com.github.egoettelmann" name="spring-value-annotation-processor" rev="0.0.2">
<artifact name="spring-value-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.egoettelmann', module='spring-value-annotation-processor', version='0.0.2')
)
libraryDependencies += "com.github.egoettelmann" % "spring-value-annotation-processor" % "0.0.2"
[com.github.egoettelmann/spring-value-annotation-processor "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |