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