MVN

ch.qos.mistletoe : mistletoe-parent

Maven & Gradle

Apr 12, 2013
6 stars

Misteletoe · Mistletoe: a junit extension intended for integration testing

<dependency>
    <groupId>ch.qos.mistletoe</groupId>
    <artifactId>mistletoe-parent</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3

All Versions

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

Version Vulnerabilities Updated
0.3
mistletoe-parent-0.3
0.2
mistletoe-parent-0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.qos.mistletoe</groupId>
    <artifactId>mistletoe-parent</artifactId>
    <version>0.3</version>
</dependency>

Advertisement