| Группа | Группаorg.http4s |
|---|---|
| Идентификатор | Идентификаторblaze-http_3.0.0-RC1 |
| Версия | Версия0.15.0-M2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| blaze-http_3.0.0-RC1-0.15.0-M2.pom | |
| blaze-http_3.0.0-RC1-0.15.0-M2.jar | 466 KB |
| blaze-http_3.0.0-RC1-0.15.0-M2-sources.jar | 99 KB |
| blaze-http_3.0.0-RC1-0.15.0-M2-javadoc.jar | 348 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>blaze-http_3.0.0-RC1</artifactId>
<version>0.15.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/
implementation 'org.http4s:blaze-http_3.0.0-RC1:0.15.0-M2'
// https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/
implementation ("org.http4s:blaze-http_3.0.0-RC1:0.15.0-M2")
'org.http4s:blaze-http_3.0.0-RC1:jar:0.15.0-M2'
<dependency org="org.http4s" name="blaze-http_3.0.0-RC1" rev="0.15.0-M2">
<artifact name="blaze-http_3.0.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='blaze-http_3.0.0-RC1', version='0.15.0-M2')
)
libraryDependencies += "org.http4s" % "blaze-http_3.0.0-RC1" % "0.15.0-M2"
[org.http4s/blaze-http_3.0.0-RC1 "0.15.0-M2"]