is not current version
Last Version 1.1

org.jvnet.hudson:windows-remote-command 1.0

Executes a command remotely on Windows.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

windows-remote-command
Version

Version

1.0
Type

Type

jar

Download windows-remote-command 1.0


<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/windows-remote-command/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>windows-remote-command</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/windows-remote-command/
implementation 'org.jvnet.hudson:windows-remote-command:1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson/windows-remote-command/
implementation ("org.jvnet.hudson:windows-remote-command:1.0")
'org.jvnet.hudson:windows-remote-command:jar:1.0'
<dependency org="org.jvnet.hudson" name="windows-remote-command" rev="1.0">
  <artifact name="windows-remote-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='windows-remote-command', version='1.0')
)
libraryDependencies += "org.jvnet.hudson" % "windows-remote-command" % "1.0"
[org.jvnet.hudson/windows-remote-command "1.0"]