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