MVN

org.apache.netbeans.utilities : nbm-maven-harness

Maven & Gradle

May 11, 2022
0 stars

Apache NetBeans Maven Utilities - NBM Harness for Maven

<dependency>
    <groupId>org.apache.netbeans.utilities</groupId>
    <artifactId>nbm-maven-harness</artifactId>
    <version>13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.netbeans.utilities : nbm-maven-harness to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0

All Versions

Choose a version of org.apache.netbeans.utilities : nbm-maven-harness to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0
nbm-maven-harness-13.0
12.2
nbm-maven-harness-12.2
11.2
nbm-maven-harness-11.2
11.1
nbm-maven-harness-11.1
11.0
nbm-maven-harness-11.0

How to add a dependency to Maven

Add the following org.apache.netbeans.utilities : nbm-maven-harness maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.netbeans.utilities</groupId>
    <artifactId>nbm-maven-harness</artifactId>
    <version>13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.netbeans.utilities : nbm-maven-harness gradle dependency to your build.gradle file:

implementation 'org.apache.netbeans.utilities:nbm-maven-harness:13.0'

Gradle Kotlin DSL: Add the following org.apache.netbeans.utilities : nbm-maven-harness gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.netbeans.utilities:nbm-maven-harness:13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.netbeans.utilities : nbm-maven-harness sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.netbeans.utilities" % "nbm-maven-harness" % "13.0"