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