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