License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Github Development Tools Version Controls |
GroupId | GroupIdio.quarkiverse.githubapi |
ArtifactId | ArtifactIdquarkus-github-api-parent |
Last Version | Last Version1.307.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - GitHub API - 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-api-parent-1.307.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-parent/ -->
<dependency>
<groupId>io.quarkiverse.githubapi</groupId>
<artifactId>quarkus-github-api-parent</artifactId>
<version>1.307.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-parent/
implementation 'io.quarkiverse.githubapi:quarkus-github-api-parent:1.307.0'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-parent/
implementation ("io.quarkiverse.githubapi:quarkus-github-api-parent:1.307.0")
'io.quarkiverse.githubapi:quarkus-github-api-parent:pom:1.307.0'
<dependency org="io.quarkiverse.githubapi" name="quarkus-github-api-parent" rev="1.307.0">
<artifact name="quarkus-github-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapi', module='quarkus-github-api-parent', version='1.307.0')
)
libraryDependencies += "io.quarkiverse.githubapi" % "quarkus-github-api-parent" % "1.307.0"
[io.quarkiverse.githubapi/quarkus-github-api-parent "1.307.0"]