| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices Git Development Tools Version Controls JGit General Purpose Libraries Utility |
| GroupId | GroupIdio.quarkiverse.jgit |
| ArtifactId | ArtifactIdquarkus-jgit-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Description |
DescriptionQuarkus - JGit - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| quarkus-jgit-parent-1.2.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.jgit/quarkus-jgit-parent/ -->
<dependency>
<groupId>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.jgit/quarkus-jgit-parent/
implementation 'io.quarkiverse.jgit:quarkus-jgit-parent:1.2.0'
// https://jarcasting.com/artifacts/io.quarkiverse.jgit/quarkus-jgit-parent/
implementation ("io.quarkiverse.jgit:quarkus-jgit-parent:1.2.0")
'io.quarkiverse.jgit:quarkus-jgit-parent:pom:1.2.0'
<dependency org="io.quarkiverse.jgit" name="quarkus-jgit-parent" rev="1.2.0">
<artifact name="quarkus-jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.jgit', module='quarkus-jgit-parent', version='1.2.0')
)
libraryDependencies += "io.quarkiverse.jgit" % "quarkus-jgit-parent" % "1.2.0"
[io.quarkiverse.jgit/quarkus-jgit-parent "1.2.0"]