Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 netbeans 平台构建转换为 maven,但我无法识别 org.netbeans.core.NbErrorManager 的 Maven 工件。哪一个?
<dependency> <groupId>org.netbeans.modules</groupId> <artifactId>org-netbeans-core</artifactId> <version>RELEASE71</version> </dependency>