is not current version
Last Version 0.9.12

io.leopard:beanunit 0.9.11

Bean单元测试,支持测试方法加参数,并支持参数解析(类似Leopard MVC)、支持Test类注册为Spring Bean。

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

beanunit
Version

Version

0.9.11
Type

Type

pom

Download beanunit 0.9.11

Filename Size
beanunit-0.9.11.pom 610 bytes
Browse

<!-- https://jarcasting.com/artifacts/io.leopard/beanunit/ -->
<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>beanunit</artifactId>
    <version>0.9.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/beanunit/
implementation 'io.leopard:beanunit:0.9.11'
// https://jarcasting.com/artifacts/io.leopard/beanunit/
implementation ("io.leopard:beanunit:0.9.11")
'io.leopard:beanunit:pom:0.9.11'
<dependency org="io.leopard" name="beanunit" rev="0.9.11">
  <artifact name="beanunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='beanunit', version='0.9.11')
)
libraryDependencies += "io.leopard" % "beanunit" % "0.9.11"
[io.leopard/beanunit "0.9.11"]