License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Github Development Tools Version Controls |
GroupId | GroupIdio.quarkiverse.githubapp |
ArtifactId | ArtifactIdquarkus-github-app-parent |
Last Version | Last Version1.8.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - GitHub App - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-github-app-parent-1.8.5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-parent/ -->
<dependency>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkus-github-app-parent</artifactId>
<version>1.8.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-parent/
implementation 'io.quarkiverse.githubapp:quarkus-github-app-parent:1.8.5'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkus-github-app-parent/
implementation ("io.quarkiverse.githubapp:quarkus-github-app-parent:1.8.5")
'io.quarkiverse.githubapp:quarkus-github-app-parent:pom:1.8.5'
<dependency org="io.quarkiverse.githubapp" name="quarkus-github-app-parent" rev="1.8.5">
<artifact name="quarkus-github-app-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapp', module='quarkus-github-app-parent', version='1.8.5')
)
libraryDependencies += "io.quarkiverse.githubapp" % "quarkus-github-app-parent" % "1.8.5"
[io.quarkiverse.githubapp/quarkus-github-app-parent "1.8.5"]