MVN

nz.ac.auckland.composite : composite-groovy

Maven & Gradle

Nov 28, 2014
30 usages
0 stars

composite-groovy · This holds onto the version of Groovy that we are using in our projects. If we migrate the version of Grails, updating it in one place automatically updates every other project that uses Groovy and allows us to keep in sync with Grails.

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-groovy</artifactId>
    <version>6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.composite : composite-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4

All Versions

Choose a version of nz.ac.auckland.composite : composite-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4
composite-groovy-6.4
6.3
composite-groovy-6.3
6.2
composite-groovy-6.2
6.1
composite-groovy-6.1
5.10
composite-groovy-5.10
5.9
composite-groovy-5.9
5.8
composite-groovy-5.8
5.7
composite-groovy-5.7

How to add a dependency to Maven

Add the following nz.ac.auckland.composite : composite-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.auckland.composite</groupId>
    <artifactId>composite-groovy</artifactId>
    <version>6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.auckland.composite : composite-groovy gradle dependency to your build.gradle file:

implementation 'nz.ac.auckland.composite:composite-groovy:6.4'

Gradle Kotlin DSL: Add the following nz.ac.auckland.composite : composite-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.auckland.composite:composite-groovy:6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.auckland.composite : composite-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.auckland.composite" % "composite-groovy" % "6.4"

Advertisement