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