| Группа | Группаorg.wvlet.airframe |
|---|---|
| Идентификатор | Идентификаторairframe-http-finagle_2.11 |
| Версия | Версия0.63 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-finagle_2.11/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-http-finagle_2.11</artifactId>
<version>0.63</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-finagle_2.11/
implementation 'org.wvlet.airframe:airframe-http-finagle_2.11:0.63'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-finagle_2.11/
implementation ("org.wvlet.airframe:airframe-http-finagle_2.11:0.63")
'org.wvlet.airframe:airframe-http-finagle_2.11:jar:0.63'
<dependency org="org.wvlet.airframe" name="airframe-http-finagle_2.11" rev="0.63">
<artifact name="airframe-http-finagle_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-http-finagle_2.11', version='0.63')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-http-finagle_2.11" % "0.63"
[org.wvlet.airframe/airframe-http-finagle_2.11 "0.63"]