MVN

com.fitbur.testify : parent

Maven & Gradle

Feb 18, 2016

Testify · An opinionated Java Testing Framework faithful to testing principles and best practices.

<dependency>
    <groupId>com.fitbur.testify</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fitbur.testify : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.fitbur.testify : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
parent-0.1.3
parent-0.1.2
parent-0.1.1
parent-0.1.0
0.0.x
parent-0.0.9
parent-0.0.8
parent-0.0.7
parent-0.0.6
parent-0.0.5
parent-0.0.4
parent-0.0.3
parent-0.0.2
parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fitbur.testify</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.3</version>
</dependency>

Advertisement