airframe-rx_sjs1.0-RC2_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-rx_sjs1.0-RC2_2.13</artifactId> <version>20.1.3</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-rx_sjs1.0-RC2_2.13</artifactId> <packaging>jar</packaging> <description>Reactive operators for Scala and Scala.js</description> <url>https://wvlet.org/airframe</url> <version>20.1.3</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>airframe-rx</name> <organization> <name>org.wvlet.airframe</name> <url>https://wvlet.org/airframe</url> </organization> <scm> <url>https://github.com/wvlet/airframe</url> <connection>scm:git@github.com:wvlet/airframe.git</connection> </scm> <developers> <developer> <id>leo</id> <name>Taro L. Saito</name> <url>http://xerial.org/leo</url> <email>leo@xerial.org</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.1</version> </dependency> <dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airframe-log_sjs1.0-RC2_2.13</artifactId> <version>20.1.3</version> </dependency> <dependency> <groupId>org.wvlet.airframe</groupId> <artifactId>airspec-ref_sjs1.0-RC2_2.13</artifactId> <version>20.1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-library_2.13</artifactId> <version>1.0.0-RC2</version> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-bridge_2.13</artifactId> <version>1.0.0-RC2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-collection-compat_sjs1.0-RC2_2.13</artifactId> <version>2.1.3</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.13.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-dom_sjs1.0-RC2_2.13</artifactId> <version>0.9.8</version> </dependency> </dependencies> </project>