MVN

com.aestasit.infrastructure.groowin : groowin

Maven & Gradle

Jul 17, 2015
1 usages
7 stars

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

<dependency>
    <groupId>com.aestasit.infrastructure.groowin</groupId>
    <artifactId>groowin</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aestasit.infrastructure.groowin : groowin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.10

All Versions

Choose a version of com.aestasit.infrastructure.groowin : groowin to add to Maven or Gradle - All Versions:

  • Version Updated
  • groowin-0.1.10

    Jul 17, 2015
  • groowin-0.1.9

    Dec 26, 2014
  • groowin-0.1.8

    Dec 05, 2014
  • groowin-0.1.6

    Jul 14, 2014
  • groowin-0.1.5

    Jul 12, 2014
  • groowin-0.1.4

    Jul 11, 2014
  • groowin-0.1.3

    Jul 04, 2014
  • groowin-0.1.2

    Jul 04, 2014

How to add a dependency to Maven

Add the following com.aestasit.infrastructure.groowin : groowin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aestasit.infrastructure.groowin</groupId>
    <artifactId>groowin</artifactId>
    <version>0.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aestasit.infrastructure.groowin : groowin gradle dependency to your build.gradle file:

implementation 'com.aestasit.infrastructure.groowin:groowin:0.1.10'

Gradle Kotlin DSL: Add the following com.aestasit.infrastructure.groowin : groowin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aestasit.infrastructure.groowin:groowin:0.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aestasit.infrastructure.groowin : groowin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aestasit.infrastructure.groowin" % "groowin" % "0.1.10"