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