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