s

spring-factory-bean-core

Bridge for outer factory bean and spring container
https://github.com/Flmelody/spring-factory-bean-bridge
The Apache License, Version 2.0
esotericman
Files download
File Operation
spring-factory-bean-core-1.0.0-RELEASE.jar download
spring-factory-bean-core-1.0.0-RELEASE.pom download
spring-factory-bean-core-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flmelody</groupId>
  <artifactId>spring-factory-bean-core</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.flmelody:spring-factory-bean-core:1.0.0-RELEASE'
Gradle Kotlin
implementation("org.flmelody:spring-factory-bean-core:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "org.flmelody" % "spring-factory-bean-core" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.flmelody', module='spring-factory-bean-core', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="org.flmelody" name="spring-factory-bean-core" rev="1.0.0-RELEASE" />
Leiningen
[org.flmelody/spring-factory-bean-core "1.0.0-RELEASE"]
Apache Buildr
'org.flmelody:spring-factory-bean-core:jar:1.0.0-RELEASE'