Categories |
CategoriesQuarkus Container Microservices Github Development Tools Version Controls |
---|---|
GroupId | GroupIdio.quarkiverse.githubapi |
ArtifactId | ArtifactIdquarkus-github-api-deployment |
Version | Version1.305.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-deployment/ -->
<dependency>
<groupId>io.quarkiverse.githubapi</groupId>
<artifactId>quarkus-github-api-deployment</artifactId>
<version>1.305.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-deployment/
implementation 'io.quarkiverse.githubapi:quarkus-github-api-deployment:1.305.0'
// https://jarcasting.com/artifacts/io.quarkiverse.githubapi/quarkus-github-api-deployment/
implementation ("io.quarkiverse.githubapi:quarkus-github-api-deployment:1.305.0")
'io.quarkiverse.githubapi:quarkus-github-api-deployment:jar:1.305.0'
<dependency org="io.quarkiverse.githubapi" name="quarkus-github-api-deployment" rev="1.305.0">
<artifact name="quarkus-github-api-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.githubapi', module='quarkus-github-api-deployment', version='1.305.0')
)
libraryDependencies += "io.quarkiverse.githubapi" % "quarkus-github-api-deployment" % "1.305.0"
[io.quarkiverse.githubapi/quarkus-github-api-deployment "1.305.0"]