is not current version
Last Version 2.2.0

org.hidetake:gradle-ssh-plugin 0.1.5

Gradle SSH Plugin provides remote execution and file transfer capabilities

Categories

Categories

IDE Development Tools Gradle Build Tools
GroupId

GroupId

org.hidetake
ArtifactId

ArtifactId

gradle-ssh-plugin
Version

Version

0.1.5
Type

Type

jar

Download gradle-ssh-plugin 0.1.5


<!-- https://jarcasting.com/artifacts/org.hidetake/gradle-ssh-plugin/ -->
<dependency>
    <groupId>org.hidetake</groupId>
    <artifactId>gradle-ssh-plugin</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hidetake/gradle-ssh-plugin/
implementation 'org.hidetake:gradle-ssh-plugin:0.1.5'
// https://jarcasting.com/artifacts/org.hidetake/gradle-ssh-plugin/
implementation ("org.hidetake:gradle-ssh-plugin:0.1.5")
'org.hidetake:gradle-ssh-plugin:jar:0.1.5'
<dependency org="org.hidetake" name="gradle-ssh-plugin" rev="0.1.5">
  <artifact name="gradle-ssh-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hidetake', module='gradle-ssh-plugin', version='0.1.5')
)
libraryDependencies += "org.hidetake" % "gradle-ssh-plugin" % "0.1.5"
[org.hidetake/gradle-ssh-plugin "0.1.5"]