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