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