License |
License |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-rx_2.12 |
Version | Version21.5.4 |
Type | Typejar |
Description |
Descriptionairframe-rx
Reactive stream (Rx) interface
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
airframe-rx_2.12-21.5.4.pom | |
airframe-rx_2.12-21.5.4.jar | 227 KB |
airframe-rx_2.12-21.5.4-sources.jar | 18 KB |
airframe-rx_2.12-21.5.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-rx_2.12</artifactId>
<version>21.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.12/
implementation 'org.wvlet.airframe:airframe-rx_2.12:21.5.4'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.12/
implementation ("org.wvlet.airframe:airframe-rx_2.12:21.5.4")
'org.wvlet.airframe:airframe-rx_2.12:jar:21.5.4'
<dependency org="org.wvlet.airframe" name="airframe-rx_2.12" rev="21.5.4">
<artifact name="airframe-rx_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-rx_2.12', version='21.5.4')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-rx_2.12" % "21.5.4"
[org.wvlet.airframe/airframe-rx_2.12 "21.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.13 |
org.wvlet.airframe : airframe-log_2.12 | jar | 21.5.4 |
org.scala-lang.modules : scala-collection-compat_2.12 | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.12 | jar | 1.15.4 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |