Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdno.scalabin.http4s |
ArtifactId | ArtifactIdhttp4s-directives_2.12 |
Version | Version0.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.12/ -->
<dependency>
<groupId>no.scalabin.http4s</groupId>
<artifactId>http4s-directives_2.12</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.12/
implementation 'no.scalabin.http4s:http4s-directives_2.12:0.17.0'
// https://jarcasting.com/artifacts/no.scalabin.http4s/http4s-directives_2.12/
implementation ("no.scalabin.http4s:http4s-directives_2.12:0.17.0")
'no.scalabin.http4s:http4s-directives_2.12:jar:0.17.0'
<dependency org="no.scalabin.http4s" name="http4s-directives_2.12" rev="0.17.0">
<artifact name="http4s-directives_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.scalabin.http4s', module='http4s-directives_2.12', version='0.17.0')
)
libraryDependencies += "no.scalabin.http4s" % "http4s-directives_2.12" % "0.17.0"
[no.scalabin.http4s/http4s-directives_2.12 "0.17.0"]