c

cor-bean-processor-spring-boot-autoconfigure

A Spring Boot autoconfiguration to help creating the chain of responsibility (COR) bean processor.
https://github.com/MarceloLeite2604/cor-bean-processor-spring-boot-autoconfiguration
MIT License
Marcelo Leite
文件下载
文件名 操作
cor-bean-processor-spring-boot-autoconfigure-0.0.5.jar 下载
cor-bean-processor-spring-boot-autoconfigure-0.0.5.pom 下载
cor-bean-processor-spring-boot-autoconfigure-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.figtreelake</groupId>
  <artifactId>cor-bean-processor-spring-boot-autoconfigure</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.figtreelake:cor-bean-processor-spring-boot-autoconfigure:0.0.5'
Gradle Kotlin
implementation("com.figtreelake:cor-bean-processor-spring-boot-autoconfigure:0.0.5")
Scala SBT
libraryDependencies += "com.figtreelake" % "cor-bean-processor-spring-boot-autoconfigure" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.figtreelake', module='cor-bean-processor-spring-boot-autoconfigure', version='0.0.5')
)
Apache Ivy
<dependency org="com.figtreelake" name="cor-bean-processor-spring-boot-autoconfigure" rev="0.0.5" />
Leiningen
[com.figtreelake/cor-bean-processor-spring-boot-autoconfigure "0.0.5"]
Apache Buildr
'com.figtreelake:cor-bean-processor-spring-boot-autoconfigure:jar:0.0.5'