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