GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-rx_2.13 |
Version | Version20.8.0 |
Type | Typejar |
Filename | Size |
---|---|
airframe-rx_2.13-20.8.0.pom | |
airframe-rx_2.13-20.8.0.jar | 151 KB |
airframe-rx_2.13-20.8.0-sources.jar | 13 KB |
airframe-rx_2.13-20.8.0-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>20.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.13/
implementation 'org.wvlet.airframe:airframe-rx_2.13:20.8.0'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-rx_2.13/
implementation ("org.wvlet.airframe:airframe-rx_2.13:20.8.0")
'org.wvlet.airframe:airframe-rx_2.13:jar:20.8.0'
<dependency org="org.wvlet.airframe" name="airframe-rx_2.13" rev="20.8.0">
<artifact name="airframe-rx_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-rx_2.13', version='20.8.0')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-rx_2.13" % "20.8.0"
[org.wvlet.airframe/airframe-rx_2.13 "20.8.0"]