is not current version
Last Version 0.5

com.github.stephenc.wagon:wagon-gitsite 0.4

Wagon for deploying site documentation to the gh-pages branch of a GitHub repository. Based loosely on wagon-scm code.

GroupId

GroupId

com.github.stephenc.wagon
ArtifactId

ArtifactId

wagon-gitsite
Version

Version

0.4
Type

Type

jar

Download wagon-gitsite 0.4


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