is not current version
Last Version 2.0

nl.ivonet:beanunit 0.6

beanunit is a unit test (junit) extension for automated testing of beans.

Categories

Categories

Net
GroupId

GroupId

nl.ivonet
ArtifactId

ArtifactId

beanunit
Version

Version

0.6
Type

Type

jar

Download beanunit 0.6


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