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