is not current version
Last Version 2.2.0

org.hidetake:gradle-ssh-plugin 0.2.1

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.2.1
Type

Type

jar

Download gradle-ssh-plugin 0.2.1


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