GroupId | GroupIdio.leopard |
---|---|
ArtifactId | ArtifactIdbeanunit |
Version | Version0.9.11 |
Type | Typepom |
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"]