MVN

com.farao-community.farao : farao-dichotomy-shift

Maven & Gradle

Jul 19, 2023
2 usages
1 stars

FARAO dichotomy shifts · Shifts provider to perform classical shifts in FARAO dichotomy

<dependency>
    <groupId>com.farao-community.farao</groupId>
    <artifactId>farao-dichotomy-shift</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.farao-community.farao : farao-dichotomy-shift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.11.0

All Versions

Choose a version of com.farao-community.farao : farao-dichotomy-shift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.11.x
farao-dichotomy-shift-4.11.0
4.10.x
farao-dichotomy-shift-4.10.0
4.9.x
farao-dichotomy-shift-4.9.1
farao-dichotomy-shift-4.9.0
4.8.x
farao-dichotomy-shift-4.8.0
4.7.x
farao-dichotomy-shift-4.7.1
farao-dichotomy-shift-4.7.0
4.6.x
farao-dichotomy-shift-4.6.0
4.5.x
farao-dichotomy-shift-4.5.0
4.4.x
farao-dichotomy-shift-4.4.0
4.3.x
farao-dichotomy-shift-4.3.0
4.2.x
farao-dichotomy-shift-4.2.0
4.1.x
farao-dichotomy-shift-4.1.0
4.0.x
farao-dichotomy-shift-4.0.0

How to add a dependency to Maven

Add the following com.farao-community.farao : farao-dichotomy-shift maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.farao-community.farao</groupId>
    <artifactId>farao-dichotomy-shift</artifactId>
    <version>4.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.farao-community.farao : farao-dichotomy-shift gradle dependency to your build.gradle file:

implementation 'com.farao-community.farao:farao-dichotomy-shift:4.11.0'

Gradle Kotlin DSL: Add the following com.farao-community.farao : farao-dichotomy-shift gradle kotlin dependency to your build.gradle.kts file:

implementation("com.farao-community.farao:farao-dichotomy-shift:4.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.farao-community.farao : farao-dichotomy-shift sbt scala dependency to your build.sbt file:

libraryDependencies += "com.farao-community.farao" % "farao-dichotomy-shift" % "4.11.0"