<dependency>
<groupId>io.sourceforge.github.components</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>1.2.1</version>
</dependency>
implementation 'io.sourceforge.github.components:spring-boot-configuration-processor:1.2.1'
implementation("io.sourceforge.github.components:spring-boot-configuration-processor:1.2.1")
libraryDependencies += "io.sourceforge.github.components" % "spring-boot-configuration-processor" % "1.2.1"
@Grapes(
@Grab(group='io.sourceforge.github.components', module='spring-boot-configuration-processor', version='1.2.1')
)
<dependency org="io.sourceforge.github.components" name="spring-boot-configuration-processor" rev="1.2.1" />