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