MVN

com.top-logic : tl-parent-core

Maven & Gradle

Feb 27, 2024

Parent for TopLogic modules. A TopLogic fragment module is not a runnable application by itself but can only be used from other fragment modules and applications.

<dependency>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core</artifactId>
    <version>7.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.top-logic : tl-parent-core to add to Maven - Latest Versions:

  • Latest Stable: 7.7.1

All Versions

Choose a version of com.top-logic : tl-parent-core to add to Maven - All Versions:

Version Vulnerabilities Updated
7.7.x
tl-parent-core-7.7.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core</artifactId>
    <version>7.7.1</version>
</dependency>