MVN

org.wvlet.airframe : airframe-control_sjs1_2.11

Maven & Gradle

Jun 09, 2020
625 stars

airframe-control · A library for controlling program flows and retrying

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-control_sjs1_2.11</artifactId>
    <version>20.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet.airframe : airframe-control_sjs1_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.6.0

All Versions

Choose a version of org.wvlet.airframe : airframe-control_sjs1_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.6.x
airframe-control_sjs1_2.11-20.6.0
20.5.x
airframe-control_sjs1_2.11-20.5.2
airframe-control_sjs1_2.11-20.5.1
airframe-control_sjs1_2.11-20.5.0
20.4.x
airframe-control_sjs1_2.11-20.4.1
airframe-control_sjs1_2.11-20.4.0
20.3.x
airframe-control_sjs1_2.11-20.3.3
airframe-control_sjs1_2.11-20.3.2
airframe-control_sjs1_2.11-20.3.1

How to add a dependency to Maven

Add the following org.wvlet.airframe : airframe-control_sjs1_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-control_sjs1_2.11</artifactId>
    <version>20.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet.airframe : airframe-control_sjs1_2.11 gradle dependency to your build.gradle file:

implementation 'org.wvlet.airframe:airframe-control_sjs1_2.11:20.6.0'

Gradle Kotlin DSL: Add the following org.wvlet.airframe : airframe-control_sjs1_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet.airframe:airframe-control_sjs1_2.11:20.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet.airframe : airframe-control_sjs1_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet.airframe" % "airframe-control_sjs1_2.11" % "20.6.0"

Advertisement