MVN

org.ibissource : ibis-ladybug

Maven & Gradle

Sep 01, 2022
5 usages
11 stars

Ladybug 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.

<dependency>
    <groupId>org.ibissource</groupId>
    <artifactId>ibis-ladybug</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ibissource : ibis-ladybug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.ibissource : ibis-ladybug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
ibis-ladybug-2.2
2.1
ibis-ladybug-2.1
2.0.x
ibis-ladybug-2.0.14
ibis-ladybug-2.0.13
ibis-ladybug-2.0.11.1
ibis-ladybug-2.0.11
ibis-ladybug-2.0.10
ibis-ladybug-2.0.9
ibis-ladybug-2.0.8
ibis-ladybug-2.0.7
ibis-ladybug-2.0.6
ibis-ladybug-2.0.5
ibis-ladybug-2.0.4
ibis-ladybug-2.0.3
ibis-ladybug-2.0.2
ibis-ladybug-2.0.1

How to add a dependency to Maven

Add the following org.ibissource : ibis-ladybug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ibissource</groupId>
    <artifactId>ibis-ladybug</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ibissource : ibis-ladybug gradle dependency to your build.gradle file:

implementation 'org.ibissource:ibis-ladybug:2.2'

Gradle Kotlin DSL: Add the following org.ibissource : ibis-ladybug gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ibissource:ibis-ladybug:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ibissource : ibis-ladybug sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ibissource" % "ibis-ladybug" % "2.2"

Advertisement

Dependencies from Group

Aug 04, 2023
15 usages
76 stars
Sep 01, 2022
5 usages
11 stars
Aug 29, 2022
5 usages
2 stars
Aug 04, 2023
4 usages
76 stars
Aug 04, 2023
4 usages
76 stars

Discover Dependencies

May 02, 2019
3 usages
8 stars
Dec 07, 2019
11 usages
36 stars
Jul 19, 2023
10 usages
16 stars
Jan 27, 2016
2 usages
Sep 20, 2021
7 usages
12 stars
Dec 28, 2019
3 usages
3 stars