MVN

io.liftwizard : liftwizard-profile-parent

Maven & Gradle

May 03, 2024

Liftwizard Maven Parent (profiles) · Liftwizard profiles parent is a published parent pom with profiles that are off by default that enable several linters and validators.

<dependency>
    <groupId>io.liftwizard</groupId>
    <artifactId>liftwizard-profile-parent</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.liftwizard : liftwizard-profile-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of io.liftwizard : liftwizard-profile-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
liftwizard-profile-parent-2.1.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.liftwizard</groupId>
    <artifactId>liftwizard-profile-parent</artifactId>
    <version>2.1.8</version>
</dependency>