is not current version
Last Version 0.6

com.aestasit.infrastructure.winrm:groovy-winrm-client 0.1

Groovy library for connecting to WinRM.

Categories

Categories

Groovy Languages CLI User Interface
GroupId

GroupId

com.aestasit.infrastructure.winrm
ArtifactId

ArtifactId

groovy-winrm-client
Version

Version

0.1
Type

Type

jar

Download groovy-winrm-client 0.1


<!-- https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-client/ -->
<dependency>
    <groupId>com.aestasit.infrastructure.winrm</groupId>
    <artifactId>groovy-winrm-client</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-client/
implementation 'com.aestasit.infrastructure.winrm:groovy-winrm-client:0.1'
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-client/
implementation ("com.aestasit.infrastructure.winrm:groovy-winrm-client:0.1")
'com.aestasit.infrastructure.winrm:groovy-winrm-client:jar:0.1'
<dependency org="com.aestasit.infrastructure.winrm" name="groovy-winrm-client" rev="0.1">
  <artifact name="groovy-winrm-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aestasit.infrastructure.winrm', module='groovy-winrm-client', version='0.1')
)
libraryDependencies += "com.aestasit.infrastructure.winrm" % "groovy-winrm-client" % "0.1"
[com.aestasit.infrastructure.winrm/groovy-winrm-client "0.1"]