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