is not current version
Last Version 1.1.1

com.github.jonasrutishauser.maven.wagon:wagon-git 1.0.0

Wagon Provider that gets and puts artifacts using a Git SCM repository

Categories

Categories

JOnAS Container Application Servers Maven Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.github.jonasrutishauser.maven.wagon
ArtifactId

ArtifactId

wagon-git
Version

Version

1.0.0
Type

Type

jar

Download wagon-git 1.0.0


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