| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnl.ivonet |
| ArtifactId | ArtifactIdbeanunit |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbeanunit
beanunit is a unit test (junit) extension for automated testing of beans.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| beanunit-2.0.pom | |
| beanunit-2.0.jar | 20 KB |
| beanunit-2.0-sources.jar | 13 KB |
| beanunit-2.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.ivonet/beanunit/ -->
<dependency>
<groupId>nl.ivonet</groupId>
<artifactId>beanunit</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.ivonet/beanunit/
implementation 'nl.ivonet:beanunit:2.0'
// https://jarcasting.com/artifacts/nl.ivonet/beanunit/
implementation ("nl.ivonet:beanunit:2.0")
'nl.ivonet:beanunit:jar:2.0'
<dependency org="nl.ivonet" name="beanunit" rev="2.0">
<artifact name="beanunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.ivonet', module='beanunit', version='2.0')
)
libraryDependencies += "nl.ivonet" % "beanunit" % "2.0"
[nl.ivonet/beanunit "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |