b

bedrock-runtime-windows

Interfaces, classes and resources to construct, inspect and securely manage remote runtime processes on Windows using WinRM.
https://github.com/coherence-community/oracle-bedrock/bedrock-runtime-windows
Common Development and Distribution License 1.0 ("CDDL")
Jonathan Knight
Files download
File Operation
bedrock-runtime-windows-7.0.5.jar download
bedrock-runtime-windows-7.0.5.pom download
bedrock-runtime-windows-7.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.bedrock</groupId>
  <artifactId>bedrock-runtime-windows</artifactId>
  <version>7.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.bedrock:bedrock-runtime-windows:7.0.5'
Gradle Kotlin
implementation("com.oracle.bedrock:bedrock-runtime-windows:7.0.5")
Scala SBT
libraryDependencies += "com.oracle.bedrock" % "bedrock-runtime-windows" % "7.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.bedrock', module='bedrock-runtime-windows', version='7.0.5')
)
Apache Ivy
<dependency org="com.oracle.bedrock" name="bedrock-runtime-windows" rev="7.0.5" />
Leiningen
[com.oracle.bedrock/bedrock-runtime-windows "7.0.5"]
Apache Buildr
'com.oracle.bedrock:bedrock-runtime-windows:jar:7.0.5'