is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-git 1.8.0

Perform operations on git repositories.

Categories

Categories

Quarkus Container Microservices Git Development Tools Version Controls
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-git
Version

Version

1.8.0
Type

Type

jar

Download camel-quarkus-git 1.8.0


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-git/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-git</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-git/
implementation 'org.apache.camel.quarkus:camel-quarkus-git:1.8.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-git/
implementation ("org.apache.camel.quarkus:camel-quarkus-git:1.8.0")
'org.apache.camel.quarkus:camel-quarkus-git:jar:1.8.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-git" rev="1.8.0">
  <artifact name="camel-quarkus-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-git', version='1.8.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-git" % "1.8.0"
[org.apache.camel.quarkus/camel-quarkus-git "1.8.0"]