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