w

wagon-gitsite

Wagon for deploying site documentation to the gh-pages branch of a GitHub repository. Based loosely on wagon-scm code.
http://kohsuke.github.com/wagon-gitsite
The Apache Software License, Version 2.0
kathrynhuxtable.org
Kathryn Huxtable
Files download
File Operation
wagon-gitsite-0.3.5.jar download
wagon-gitsite-0.3.5.pom download
wagon-gitsite-0.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kohsuke</groupId>
  <artifactId>wagon-gitsite</artifactId>
  <version>0.3.5</version>
</dependency>
Gradle Groovy
implementation 'org.kohsuke:wagon-gitsite:0.3.5'
Gradle Kotlin
implementation("org.kohsuke:wagon-gitsite:0.3.5")
Scala SBT
libraryDependencies += "org.kohsuke" % "wagon-gitsite" % "0.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.kohsuke', module='wagon-gitsite', version='0.3.5')
)
Apache Ivy
<dependency org="org.kohsuke" name="wagon-gitsite" rev="0.3.5" />
Leiningen
[org.kohsuke/wagon-gitsite "0.3.5"]
Apache Buildr
'org.kohsuke:wagon-gitsite:jar:0.3.5'