MVN

nl.ivonet : beanunit

Maven & Gradle

May 30, 2011
1 stars

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

<dependency>
    <groupId>nl.ivonet</groupId>
    <artifactId>beanunit</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.ivonet : beanunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of nl.ivonet : beanunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
beanunit-2.0
1.0
beanunit-1.0
0.6
beanunit-0.6
beanunit
beanunit-beanunit

How to add a dependency to Maven

Add the following nl.ivonet : beanunit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.ivonet</groupId>
    <artifactId>beanunit</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.ivonet : beanunit gradle dependency to your build.gradle file:

implementation 'nl.ivonet:beanunit:2.0'

Gradle Kotlin DSL: Add the following nl.ivonet : beanunit gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.ivonet:beanunit:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.ivonet : beanunit sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.ivonet" % "beanunit" % "2.0"