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