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