License |
License |
---|---|
GroupId | GroupIdorg.ibissource |
ArtifactId | ArtifactIdibis-ladybug |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionLadybug Test Tool
Ladybug adds message based debugging and message based unit testing and system testing to your Java application. Call
Ladybug at certain checkpoints in you code (either directly or using AOP) to generate tree based reports. Implement a
rerun method to be able to rerun reports and optionally stub certain checkpoints for regression testing.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ibis-ladybug-2.1.pom | |
ibis-ladybug-2.1.jar | 287 KB |
ibis-ladybug-2.1-sources.jar | 237 KB |
ibis-ladybug-2.1-javadoc.jar | 718 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ibissource/ibis-ladybug/ -->
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-ladybug</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ibissource/ibis-ladybug/
implementation 'org.ibissource:ibis-ladybug:2.1'
// https://jarcasting.com/artifacts/org.ibissource/ibis-ladybug/
implementation ("org.ibissource:ibis-ladybug:2.1")
'org.ibissource:ibis-ladybug:jar:2.1'
<dependency org="org.ibissource" name="ibis-ladybug" rev="2.1">
<artifact name="ibis-ladybug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ibissource', module='ibis-ladybug', version='2.1')
)
libraryDependencies += "org.ibissource" % "ibis-ladybug" % "2.1"
[org.ibissource/ibis-ladybug "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ibissource : ibis-echo2 | jar | 2.0.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
commons-lang : commons-lang | jar | 2.6 |
org.springframework : spring-beans | jar | 3.2.16.RELEASE |
org.springframework : spring-context | jar | 3.2.16.RELEASE |
net.sf.saxon : Saxon-HE | jar | 9.4.0.7 |
org.ibissource : ibis-xerces | jar | 2.12.1-xml-schema-1.1 |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |