n

netbeans-parent

Apache NetBeans is an integrated development environment, tooling platform, and application framework.
https://netbeans.apache.org/
The Apache Software License, Version 2.0
Apache NetBeans Dev Mailing List
Files download
File Operation
netbeans-parent-4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.netbeans</groupId>
  <artifactId>netbeans-parent</artifactId>
  <version>4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.netbeans:netbeans-parent:4'
Gradle Kotlin
implementation("org.apache.netbeans:netbeans-parent:4")
Scala SBT
libraryDependencies += "org.apache.netbeans" % "netbeans-parent" % "4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.netbeans', module='netbeans-parent', version='4')
)
Apache Ivy
<dependency org="org.apache.netbeans" name="netbeans-parent" rev="4" />
Leiningen
[org.apache.netbeans/netbeans-parent "4"]
Apache Buildr
'org.apache.netbeans:netbeans-parent:jar:4'