w

windows-remote-command

Executes a command remotely on Windows.
Files download
File Operation
windows-remote-command-1.1.jar download
windows-remote-command-1.1.pom download
windows-remote-command-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>windows-remote-command</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson:windows-remote-command:1.1'
Gradle Kotlin
implementation("org.jvnet.hudson:windows-remote-command:1.1")
Scala SBT
libraryDependencies += "org.jvnet.hudson" % "windows-remote-command" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson', module='windows-remote-command', version='1.1')
)
Apache Ivy
<dependency org="org.jvnet.hudson" name="windows-remote-command" rev="1.1" />
Leiningen
[org.jvnet.hudson/windows-remote-command "1.1"]
Apache Buildr
'org.jvnet.hudson:windows-remote-command:jar:1.1'