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