g

gradle-ssh-plugin

Gradle SSH Plugin provides remote execution and file transfer capabilities
https://github.com/int128/gradle-ssh-plugin
The Apache Software License, Version 2.0
hidetake
Files download
File Operation
gradle-ssh-plugin-0.3.1.jar download
gradle-ssh-plugin-0.3.1.pom download
gradle-ssh-plugin-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hidetake</groupId>
  <artifactId>gradle-ssh-plugin</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.hidetake:gradle-ssh-plugin:0.3.1'
Gradle Kotlin
implementation("org.hidetake:gradle-ssh-plugin:0.3.1")
Scala SBT
libraryDependencies += "org.hidetake" % "gradle-ssh-plugin" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hidetake', module='gradle-ssh-plugin', version='0.3.1')
)
Apache Ivy
<dependency org="org.hidetake" name="gradle-ssh-plugin" rev="0.3.1" />
Leiningen
[org.hidetake/gradle-ssh-plugin "0.3.1"]
Apache Buildr
'org.hidetake:gradle-ssh-plugin:jar:0.3.1'