| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаno.scalabin.http4s |
| Идентификатор | Идентификаторhttp4s-directives_2.13 |
| Версия | Версия0.23.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.13/ -->
<dependency>
<groupId>no.scalabin.http4s</groupId>
<artifactId>http4s-directives_2.13</artifactId>
<version>0.23.1</version>
</dependency>
// https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.13/
implementation 'no.scalabin.http4s:http4s-directives_2.13:0.23.1'
// https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.13/
implementation ("no.scalabin.http4s:http4s-directives_2.13:0.23.1")
'no.scalabin.http4s:http4s-directives_2.13:jar:0.23.1'
<dependency org="no.scalabin.http4s" name="http4s-directives_2.13" rev="0.23.1">
<artifact name="http4s-directives_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.scalabin.http4s', module='http4s-directives_2.13', version='0.23.1')
)
libraryDependencies += "no.scalabin.http4s" % "http4s-directives_2.13" % "0.23.1"
[no.scalabin.http4s/http4s-directives_2.13 "0.23.1"]