| Группа | Группаorg.wvlet.airframe |
|---|---|
| Идентификатор | Идентификаторairframe_2.13.0-M4 |
| Версия | Версия0.56 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| airframe_2.13.0-M4-0.56.pom | |
| airframe_2.13.0-M4-0.56.jar | 166 KB |
| airframe_2.13.0-M4-0.56-sources.jar | 21 KB |
| airframe_2.13.0-M4-0.56-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M4/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe_2.13.0-M4</artifactId>
<version>0.56</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M4/
implementation 'org.wvlet.airframe:airframe_2.13.0-M4:0.56'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M4/
implementation ("org.wvlet.airframe:airframe_2.13.0-M4:0.56")
'org.wvlet.airframe:airframe_2.13.0-M4:jar:0.56'
<dependency org="org.wvlet.airframe" name="airframe_2.13.0-M4" rev="0.56">
<artifact name="airframe_2.13.0-M4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe_2.13.0-M4', version='0.56')
)
libraryDependencies += "org.wvlet.airframe" % "airframe_2.13.0-M4" % "0.56"
[org.wvlet.airframe/airframe_2.13.0-M4 "0.56"]