is not current version
Last Version 2.0

nl.ivonet:beanunit 1.0

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

Categories

Categories

Net
GroupId

GroupId

nl.ivonet
ArtifactId

ArtifactId

beanunit
Version

Version

1.0
Type

Type

jar

Download beanunit 1.0


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