Categories |
CategoriesQuarkus Container Microservices Github Development Tools Version Controls |
---|---|
GroupId | GroupIdio.quarkiverse.githubapp |
ArtifactId | ArtifactIdquarkus-github-app-deployment |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-deployment/ -->
<dependency>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-deployment</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-deployment/
implementation 'io.quarkiverse.githubapp:quarkus-github-app-deployment:0.0.6'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-deployment/
implementation ("io.quarkiverse.githubapp:quarkus-github-app-deployment:0.0.6")
'io.quarkiverse.githubapp:quarkus-github-app-deployment:jar:0.0.6'
<dependency org="io.quarkiverse.githubapp" name="quarkus-github-app-deployment" rev="0.0.6">
<artifact name="quarkus-github-app-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapp', module='quarkus-github-app-deployment', version='0.0.6')
)
libraryDependencies += "io.quarkiverse.githubapp" % "quarkus-github-app-deployment" % "0.0.6"
[io.quarkiverse.githubapp/quarkus-github-app-deployment "0.0.6"]