Categories |
CategoriesQuarkus Container Microservices Github Development Tools Version Controls |
---|---|
GroupId | GroupIdio.quarkiverse.githubapp |
ArtifactId | ArtifactIdquarkus-github-app-deployment |
Version | Version1.8.4 |
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>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-deployment/
implementation 'io.quarkiverse.githubapp:quarkus-github-app-deployment:1.8.4'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-deployment/
implementation ("io.quarkiverse.githubapp:quarkus-github-app-deployment:1.8.4")
'io.quarkiverse.githubapp:quarkus-github-app-deployment:jar:1.8.4'
<dependency org="io.quarkiverse.githubapp" name="quarkus-github-app-deployment" rev="1.8.4">
<artifact name="quarkus-github-app-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapp', module='quarkus-github-app-deployment', version='1.8.4')
)
libraryDependencies += "io.quarkiverse.githubapp" % "quarkus-github-app-deployment" % "1.8.4"
[io.quarkiverse.githubapp/quarkus-github-app-deployment "1.8.4"]