| Группа | Группаio.airlift |
|---|---|
| Идентификатор | Идентификаторevent-http |
| Версия | Версия0.198 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| event-http-0.198.pom | |
| event-http-0.198.jar | 9 KB |
| event-http-0.198-tests.jar | 7 KB |
| event-http-0.198-test-sources.jar | 4 KB |
| event-http-0.198-sources.jar | 5 KB |
| event-http-0.198-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.airlift/event-http/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>event-http</artifactId>
<version>0.198</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/event-http/
implementation 'io.airlift:event-http:0.198'
// https://jarcasting.com/artifacts/io.airlift/event-http/
implementation ("io.airlift:event-http:0.198")
'io.airlift:event-http:jar:0.198'
<dependency org="io.airlift" name="event-http" rev="0.198">
<artifact name="event-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='event-http', version='0.198')
)
libraryDependencies += "io.airlift" % "event-http" % "0.198"
[io.airlift/event-http "0.198"]