GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-rx_2.13 |
Version | Version21.4.1 |
Type | Typejar |
Filename | Size |
---|---|
airframe-rx_2.13-21.4.1.pom | |
airframe-rx_2.13-21.4.1.jar | 233 KB |
airframe-rx_2.13-21.4.1-sources.jar | 18 KB |
airframe-rx_2.13-21.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.13/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-rx_2.13</artifactId>
<version>21.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.13/
implementation 'org.wvlet.airframe:airframe-rx_2.13:21.4.1'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.13/
implementation ("org.wvlet.airframe:airframe-rx_2.13:21.4.1")
'org.wvlet.airframe:airframe-rx_2.13:jar:21.4.1'
<dependency org="org.wvlet.airframe" name="airframe-rx_2.13" rev="21.4.1">
<artifact name="airframe-rx_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-rx_2.13', version='21.4.1')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-rx_2.13" % "21.4.1"
[org.wvlet.airframe/airframe-rx_2.13 "21.4.1"]