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