MVN

nl.bebr.util.api : parent

Maven & Gradle

Jan 24, 2022

api-parent · Misc. base API's, models, and utilities used across multiple projects (e.g. both agrosense and mapviewer)

<dependency>
    <groupId>nl.bebr.util.api</groupId>
    <artifactId>parent</artifactId>
    <version>0.4-NB126</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.bebr.util.api : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4-NB126

All Versions

Choose a version of nl.bebr.util.api : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
parent-0.4-NB126

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>nl.bebr.util.api</groupId>
    <artifactId>parent</artifactId>
    <version>0.4-NB126</version>
</dependency>

Advertisement