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