MVN

org.wvlet.airframe : airframe-http-rx_2.13

Maven & Gradle

Jul 23, 2020
625 stars

airframe-http-rx · Reactive HTML elements for Scala and Scala.js

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-http-rx_2.13</artifactId>
    <version>20.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet.airframe : airframe-http-rx_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.7.0

All Versions

Choose a version of org.wvlet.airframe : airframe-http-rx_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.7.x
airframe-http-rx_2.13-20.7.0
20.6.x
airframe-http-rx_2.13-20.6.2
airframe-http-rx_2.13-20.6.1
airframe-http-rx_2.13-20.6.0
20.5.x
airframe-http-rx_2.13-20.5.2
airframe-http-rx_2.13-20.5.1
airframe-http-rx_2.13-20.5.0
20.4.x
airframe-http-rx_2.13-20.4.1
airframe-http-rx_2.13-20.4.0
20.3.x
airframe-http-rx_2.13-20.3.3
airframe-http-rx_2.13-20.3.2
airframe-http-rx_2.13-20.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-http-rx_2.13</artifactId>
    <version>20.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet.airframe : airframe-http-rx_2.13 gradle dependency to your build.gradle file:

implementation 'org.wvlet.airframe:airframe-http-rx_2.13:20.7.0'

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

implementation("org.wvlet.airframe:airframe-http-rx_2.13:20.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet.airframe : airframe-http-rx_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet.airframe" % "airframe-http-rx_2.13" % "20.7.0"

Advertisement