MVN

org.nbsoft : nbsoft-parent

Maven & Gradle

Sep 15, 2015

NB Soft - Maven Parent · NB Soft uses this parent POM (Project Object Model) for all their Maven-based projects.

<dependency>
    <groupId>org.nbsoft</groupId>
    <artifactId>nbsoft-parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nbsoft : nbsoft-parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of org.nbsoft : nbsoft-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
nbsoft-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.nbsoft</groupId>
    <artifactId>nbsoft-parent</artifactId>
    <version>1</version>
</dependency>