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