Categories |
CategoriesQuarkus Container Microservices RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-resteasy |
Version | Version2.9.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<version>2.9.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation 'io.quarkus:quarkus-resteasy:2.9.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation ("io.quarkus:quarkus-resteasy:2.9.1.Final")
'io.quarkus:quarkus-resteasy:jar:2.9.1.Final'
<dependency org="io.quarkus" name="quarkus-resteasy" rev="2.9.1.Final">
<artifact name="quarkus-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy', version='2.9.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy" % "2.9.1.Final"
[io.quarkus/quarkus-resteasy "2.9.1.Final"]