MVN

ch.qos.logback.access : parent

Maven & Gradle

Mar 29, 2024
2.9k stars

Logback-Access Parent · logback-access project parent pom.xml file

<dependency>
    <groupId>ch.qos.logback.access</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.qos.logback.access : parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of ch.qos.logback.access : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.qos.logback.access</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.0</version>
</dependency>