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