Question

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?

Était-ce utile?

La solution

<dependency>
    <groupId>org.netbeans.modules</groupId>
    <artifactId>org-netbeans-core</artifactId>
    <version>RELEASE71</version>
</dependency>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top