Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus.http |
ArtifactId | ArtifactIdquarkus-http-servlet |
Version | Version3.0.0.Alpha6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-servlet/ -->
<dependency>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-servlet</artifactId>
<version>3.0.0.Alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-servlet/
implementation 'io.quarkus.http:quarkus-http-servlet:3.0.0.Alpha6'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-servlet/
implementation ("io.quarkus.http:quarkus-http-servlet:3.0.0.Alpha6")
'io.quarkus.http:quarkus-http-servlet:jar:3.0.0.Alpha6'
<dependency org="io.quarkus.http" name="quarkus-http-servlet" rev="3.0.0.Alpha6">
<artifact name="quarkus-http-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-servlet', version='3.0.0.Alpha6')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-servlet" % "3.0.0.Alpha6"
[io.quarkus.http/quarkus-http-servlet "3.0.0.Alpha6"]