Files download
File Operation
spring-beans-writer-0.9.jar download
spring-beans-writer-0.9.pom download
spring-beans-writer-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bluejoe2008</groupId>
  <artifactId>spring-beans-writer</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.bluejoe2008:spring-beans-writer:0.9'
Gradle Kotlin
implementation("com.github.bluejoe2008:spring-beans-writer:0.9")
Scala SBT
libraryDependencies += "com.github.bluejoe2008" % "spring-beans-writer" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bluejoe2008', module='spring-beans-writer', version='0.9')
)
Apache Ivy
<dependency org="com.github.bluejoe2008" name="spring-beans-writer" rev="0.9" />
Leiningen
[com.github.bluejoe2008/spring-beans-writer "0.9"]
Apache Buildr
'com.github.bluejoe2008:spring-beans-writer:jar:0.9'