MVN

com.github.bbottema : standard-project-parent-nodeps

Maven & Gradle

Apr 22, 2024
0 stars

standard-project-parent-nodeps · Benny's standard parent POM full of default sweetness and boilerplate code, but without the extra dependencies.

<dependency>
    <groupId>com.github.bbottema</groupId>
    <artifactId>standard-project-parent-nodeps</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bbottema : standard-project-parent-nodeps to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.bbottema : standard-project-parent-nodeps to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
standard-project-parent-nodeps-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.bbottema</groupId>
    <artifactId>standard-project-parent-nodeps</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement