Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-tomcat-server_3 |
Version | Version1.0.0-M22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-tomcat-server_3/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-tomcat-server_3</artifactId>
<version>1.0.0-M22</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-tomcat-server_3/
implementation 'org.http4s:http4s-tomcat-server_3:1.0.0-M22'
// https://jarcasting.com/artifacts/org.http4s/http4s-tomcat-server_3/
implementation ("org.http4s:http4s-tomcat-server_3:1.0.0-M22")
'org.http4s:http4s-tomcat-server_3:jar:1.0.0-M22'
<dependency org="org.http4s" name="http4s-tomcat-server_3" rev="1.0.0-M22">
<artifact name="http4s-tomcat-server_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-tomcat-server_3', version='1.0.0-M22')
)
libraryDependencies += "org.http4s" % "http4s-tomcat-server_3" % "1.0.0-M22"
[org.http4s/http4s-tomcat-server_3 "1.0.0-M22"]