b

beanoh

Beanoh is a simple open source way to verify your Spring context. Teams that leverage Beanoh spend less time focusing on configuring Spring and more time adding business value.
http://beanoh.sourceallies.com
GNU Lesser General Public License
Source Allies
David Kessler
文件下载
文件名 操作
beanoh-1.0.0.jar 下载
beanoh-1.0.0.pom 下载
beanoh-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sourceallies.beanoh</groupId>
  <artifactId>beanoh</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.sourceallies.beanoh:beanoh:1.0.0'
Gradle Kotlin
implementation("com.sourceallies.beanoh:beanoh:1.0.0")
Scala SBT
libraryDependencies += "com.sourceallies.beanoh" % "beanoh" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sourceallies.beanoh', module='beanoh', version='1.0.0')
)
Apache Ivy
<dependency org="com.sourceallies.beanoh" name="beanoh" rev="1.0.0" />
Leiningen
[com.sourceallies.beanoh/beanoh "1.0.0"]
Apache Buildr
'com.sourceallies.beanoh:beanoh:jar:1.0.0'