MVN

com.github.egoettelmann : spring-value-annotation-processor

Maven & Gradle

Aug 03, 2023
4 stars

Spring Configuration Extensions: Value Annotation Processor · Annotation processor to extract all configuration properties injected through Spring @Value annotations

<dependency>
    <groupId>com.github.egoettelmann</groupId>
    <artifactId>spring-value-annotation-processor</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.egoettelmann : spring-value-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of com.github.egoettelmann : spring-value-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-value-annotation-processor-0.1.6
spring-value-annotation-processor-0.1.5
spring-value-annotation-processor-0.1.4
spring-value-annotation-processor-0.1.3
spring-value-annotation-processor-0.1.2
spring-value-annotation-processor-0.1.1
spring-value-annotation-processor-0.1.0
0.0.x
spring-value-annotation-processor-0.0.7
spring-value-annotation-processor-0.0.3
spring-value-annotation-processor-0.0.2
spring-value-annotation-processor-0.0.1

How to add a dependency to Maven

Add the following com.github.egoettelmann : spring-value-annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.egoettelmann</groupId>
    <artifactId>spring-value-annotation-processor</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.egoettelmann : spring-value-annotation-processor gradle dependency to your build.gradle file:

implementation 'com.github.egoettelmann:spring-value-annotation-processor:0.1.6'

Gradle Kotlin DSL: Add the following com.github.egoettelmann : spring-value-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.egoettelmann:spring-value-annotation-processor:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.egoettelmann : spring-value-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.egoettelmann" % "spring-value-annotation-processor" % "0.1.6"