License |
License |
---|---|
Categories |
CategoriesGroovy Languages CLI User Interface |
GroupId | GroupIdcom.aestasit.infrastructure.winrm |
ArtifactId | ArtifactIdgroovy-winrm-client |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy WinRM client
Groovy library for connecting to WinRM.
|
Project URL |
Project URL |
Filename | Size |
---|---|
groovy-winrm-client-0.6.pom | |
groovy-winrm-client-0.6.jar | 122 KB |
groovy-winrm-client-0.6-sources.jar | 16 KB |
groovy-winrm-client-0.6-javadoc.jar | 67 KB |
Browse |
<!-- 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-client/
implementation 'com.aestasit.infrastructure.winrm:groovy-winrm-client:0.6'
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-client/
implementation ("com.aestasit.infrastructure.winrm:groovy-winrm-client:0.6")
'com.aestasit.infrastructure.winrm:groovy-winrm-client:jar:0.6'
<dependency org="com.aestasit.infrastructure.winrm" name="groovy-winrm-client" rev="0.6">
<artifact name="groovy-winrm-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aestasit.infrastructure.winrm', module='groovy-winrm-client', version='0.6')
)
libraryDependencies += "com.aestasit.infrastructure.winrm" % "groovy-winrm-client" % "0.6"
[com.aestasit.infrastructure.winrm/groovy-winrm-client "0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.7.1 |
commons-io : commons-io | jar | 2.4 |
org.codehaus.groovy : groovy-all | jar | 2.3.6 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 6.1.26 |
junit : junit | jar | 4.11 |