MVN

com.bloidonia : groovy-common-extensions

Maven & Gradle

Jul 02, 2018
71 stars

Groovy Common Extensions · A collection of extensions to Groovy 2+.

<dependency>
    <groupId>com.bloidonia</groupId>
    <artifactId>groovy-common-extensions</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bloidonia : groovy-common-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of com.bloidonia : groovy-common-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
groovy-common-extensions-0.7.1
groovy-common-extensions-0.7.0
0.6.x
groovy-common-extensions-0.6.0
0.5.x
groovy-common-extensions-0.5.8
groovy-common-extensions-0.5.7
groovy-common-extensions-0.5.6
groovy-common-extensions-0.5.5
groovy-common-extensions-0.5.4
groovy-common-extensions-0.5.3
groovy-common-extensions-0.5.2
groovy-common-extensions-0.5.1
0.5
groovy-common-extensions-0.5
0.4.x
groovy-common-extensions-0.4.1
0.4
groovy-common-extensions-0.4

How to add a dependency to Maven

Add the following com.bloidonia : groovy-common-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bloidonia</groupId>
    <artifactId>groovy-common-extensions</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bloidonia : groovy-common-extensions gradle dependency to your build.gradle file:

implementation 'com.bloidonia:groovy-common-extensions:0.7.1'

Gradle Kotlin DSL: Add the following com.bloidonia : groovy-common-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bloidonia:groovy-common-extensions:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bloidonia : groovy-common-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bloidonia" % "groovy-common-extensions" % "0.7.1"

Advertisement