GroupId | GroupIdorg.http4s |
---|---|
ArtifactId | ArtifactIdhttp4s-server_2.13 |
Version | Version0.21.8 |
Type | Typejar |
Filename | Size |
---|---|
http4s-server_2.13-0.21.8.pom | |
http4s-server_2.13-0.21.8.jar | 495 KB |
http4s-server_2.13-0.21.8-sources.jar | 67 KB |
http4s-server_2.13-0.21.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-server_2.13/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-server_2.13</artifactId>
<version>0.21.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-server_2.13/
implementation 'org.http4s:http4s-server_2.13:0.21.8'
// https://jarcasting.com/artifacts/org.http4s/http4s-server_2.13/
implementation ("org.http4s:http4s-server_2.13:0.21.8")
'org.http4s:http4s-server_2.13:jar:0.21.8'
<dependency org="org.http4s" name="http4s-server_2.13" rev="0.21.8">
<artifact name="http4s-server_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-server_2.13', version='0.21.8')
)
libraryDependencies += "org.http4s" % "http4s-server_2.13" % "0.21.8"
[org.http4s/http4s-server_2.13 "0.21.8"]