文件下载
文件名 操作
http4s-directives_2.12-1.0.0-M30.jar 下载
http4s-directives_2.12-1.0.0-M30.pom 下载
http4s-directives_2.12-1.0.0-M30-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.scalabin.http4s</groupId>
  <artifactId>http4s-directives_2.12</artifactId>
  <version>1.0.0-M30</version>
</dependency>
Gradle Groovy
implementation 'no.scalabin.http4s:http4s-directives_2.12:1.0.0-M30'
Gradle Kotlin
implementation("no.scalabin.http4s:http4s-directives_2.12:1.0.0-M30")
Scala SBT
libraryDependencies += "no.scalabin.http4s" % "http4s-directives_2.12" % "1.0.0-M30"
Groovy Grape
@Grapes(
  @Grab(group='no.scalabin.http4s', module='http4s-directives_2.12', version='1.0.0-M30')
)
Apache Ivy
<dependency org="no.scalabin.http4s" name="http4s-directives_2.12" rev="1.0.0-M30" />
Leiningen
[no.scalabin.http4s/http4s-directives_2.12 "1.0.0-M30"]
Apache Buildr
'no.scalabin.http4s:http4s-directives_2.12:jar:1.0.0-M30'