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