License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdio.quarkiverse.githubapp |
ArtifactId | ArtifactIdquarkiverse-github-app-parent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkiverse - GitHub Application - 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 |
---|---|
quarkiverse-github-app-parent-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkiverse-github-app-parent/ -->
<dependency>
<groupId>io.quarkiverse.githubapp</groupId>
<artifactId>quarkiverse-github-app-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkiverse-github-app-parent/
implementation 'io.quarkiverse.githubapp:quarkiverse-github-app-parent:0.0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapp/quarkiverse-github-app-parent/
implementation ("io.quarkiverse.githubapp:quarkiverse-github-app-parent:0.0.1")
'io.quarkiverse.githubapp:quarkiverse-github-app-parent:pom:0.0.1'
<dependency org="io.quarkiverse.githubapp" name="quarkiverse-github-app-parent" rev="0.0.1">
<artifact name="quarkiverse-github-app-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapp', module='quarkiverse-github-app-parent', version='0.0.1')
)
libraryDependencies += "io.quarkiverse.githubapp" % "quarkiverse-github-app-parent" % "0.0.1"
[io.quarkiverse.githubapp/quarkiverse-github-app-parent "0.0.1"]