is not current version
Last Version 0.1.10

com.aestasit.infrastructure.groowin:groowin 0.1.9

A Groovy-based DSL for working with remote servers over WinRM protocol.

GroupId

GroupId

com.aestasit.infrastructure.groowin
ArtifactId

ArtifactId

groowin
Version

Version

0.1.9
Type

Type

jar

Download groowin 0.1.9


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