| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnl.ivonet.beanunit |
| ArtifactId | ArtifactIdbeanunit |
| Last Version | Last Version0.4 |
| 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-0.4.pom | |
| beanunit-0.4.jar | 20 KB |
| beanunit-0.4-sources.jar | 12 KB |
| beanunit-0.4-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.ivonet.beanunit/beanunit/ -->
<dependency>
<groupId>nl.ivonet.beanunit</groupId>
<artifactId>beanunit</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nl.ivonet.beanunit/beanunit/
implementation 'nl.ivonet.beanunit:beanunit:0.4'
// https://jarcasting.com/artifacts/nl.ivonet.beanunit/beanunit/
implementation ("nl.ivonet.beanunit:beanunit:0.4")
'nl.ivonet.beanunit:beanunit:jar:0.4'
<dependency org="nl.ivonet.beanunit" name="beanunit" rev="0.4">
<artifact name="beanunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.ivonet.beanunit', module='beanunit', version='0.4')
)
libraryDependencies += "nl.ivonet.beanunit" % "beanunit" % "0.4"
[nl.ivonet.beanunit/beanunit "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |