MVN

com.thelastcheck : tlc-open-parent

Maven & Gradle

Jun 29, 2020
5 stars

tlc-open-parent · The parent pom for all Last Check projects. This contains the standard set of maven plugin versions used. It also contains a number of profiles used to set various options used when building and deploying the system.

<dependency>
    <groupId>com.thelastcheck</groupId>
    <artifactId>tlc-open-parent</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thelastcheck : tlc-open-parent to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of com.thelastcheck : tlc-open-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5
tlc-open-parent-5
4
tlc-open-parent-4
3
tlc-open-parent-3
2
tlc-open-parent-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.thelastcheck</groupId>
    <artifactId>tlc-open-parent</artifactId>
    <version>5</version>
</dependency>

Advertisement