Files download
File Operation
groovy-2.0.12.jar download
groovy-2.0.12.pom download
groovy-2.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.script</groupId>
  <artifactId>groovy</artifactId>
  <version>2.0.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.script:groovy:2.0.12'
Gradle Kotlin
implementation("org.openidentityplatform.commons.script:groovy:2.0.12")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.script" % "groovy" % "2.0.12"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.script', module='groovy', version='2.0.12')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.script" name="groovy" rev="2.0.12" />
Leiningen
[org.openidentityplatform.commons.script/groovy "2.0.12"]
Apache Buildr
'org.openidentityplatform.commons.script:groovy:jar:2.0.12'