Frage

I'm converting a netbeans platform build to maven, and I'm failing to identity the Maven artifact for org.netbeans.core.NbErrorManager. Which one is it?

War es hilfreich?

Lösung

<dependency>
    <groupId>org.netbeans.modules</groupId>
    <artifactId>org-netbeans-core</artifactId>
    <version>RELEASE71</version>
</dependency>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top