MVN

org.ibissource : ibis-adapterframework-ladybug

Maven & Gradle

Aug 04, 2023
4 usages
76 stars

Ibis AdapterFramework Ladybug

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

Latest Version

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

  • Latest Stable: 7.8.1
  • Latest Release Candidate: 7.8-RC3

All Versions

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

Version Vulnerabilities Updated
7.8.x
ibis-adapterframework-ladybug-7.8.1
7.8
ibis-adapterframework-ladybug-7.8
ibis-adapterframework-ladybug-7.8-RC3
ibis-adapterframework-ladybug-7.8-RC2
ibis-adapterframework-ladybug-7.8-RC1
7.7.x
ibis-adapterframework-ladybug-7.7.6
ibis-adapterframework-ladybug-7.7.5
ibis-adapterframework-ladybug-7.7.4
ibis-adapterframework-ladybug-7.7.3
ibis-adapterframework-ladybug-7.7.2
ibis-adapterframework-ladybug-7.7.1
7.7
ibis-adapterframework-ladybug-7.7
ibis-adapterframework-ladybug-7.7-RC2
ibis-adapterframework-ladybug-7.7-RC1
7.6.x
ibis-adapterframework-ladybug-7.6.5
ibis-adapterframework-ladybug-7.6.4
ibis-adapterframework-ladybug-7.6.3
ibis-adapterframework-ladybug-7.6.2
ibis-adapterframework-ladybug-7.6.1
7.6
ibis-adapterframework-ladybug-7.6
ibis-adapterframework-ladybug-7.6-RC2
ibis-adapterframework-ladybug-7.6-RC1
7.5.x
ibis-adapterframework-ladybug-7.5.2
ibis-adapterframework-ladybug-7.5.1
7.5
ibis-adapterframework-ladybug-7.5
ibis-adapterframework-ladybug-7.5-RC4
ibis-adapterframework-ladybug-7.5-RC3
ibis-adapterframework-ladybug-7.5-RC2
ibis-adapterframework-ladybug-7.5-RC1
7.4
ibis-adapterframework-ladybug-7.4
7.3
ibis-adapterframework-ladybug-7.3
7.2
ibis-adapterframework-ladybug-7.2
7.1
ibis-adapterframework-ladybug-7.1
ibis-adapterframework-ladybug-7.1-B4
ibis-adapterframework-ladybug-7.1-B3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.ibissource:ibis-adapterframework-ladybug:7.8.1'

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

implementation("org.ibissource:ibis-adapterframework-ladybug:7.8.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ibissource" % "ibis-adapterframework-ladybug" % "7.8.1"