License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.helm |
ArtifactId | ArtifactIdquarkus-helm |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionQuarkus - Helm - Runtime
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-helm-0.0.1.pom | |
quarkus-helm-0.0.1.jar | 3 KB |
quarkus-helm-0.0.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm/ -->
<dependency>
<groupId>io.quarkiverse.helm</groupId>
<artifactId>quarkus-helm</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm/
implementation 'io.quarkiverse.helm:quarkus-helm:0.0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm/
implementation ("io.quarkiverse.helm:quarkus-helm:0.0.1")
'io.quarkiverse.helm:quarkus-helm:jar:0.0.1'
<dependency org="io.quarkiverse.helm" name="quarkus-helm" rev="0.0.1">
<artifact name="quarkus-helm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.helm', module='quarkus-helm', version='0.0.1')
)
libraryDependencies += "io.quarkiverse.helm" % "quarkus-helm" % "0.0.1"
[io.quarkiverse.helm/quarkus-helm "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-arc | jar |