MVN

org.fuzzydb : fuzzydb-parent

Maven & Gradle

Apr 18, 2013
18 stars

Parent POM for specifying common properties for Whirlwind Match open source projects.

<dependency>
    <groupId>org.fuzzydb</groupId>
    <artifactId>fuzzydb-parent</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fuzzydb : fuzzydb-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0.RELEASE

All Versions

Choose a version of org.fuzzydb : fuzzydb-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
fuzzydb-parent-1.1.0.RELEASE
fuzzydb-parent-1.1.0.M1
1.0.x
fuzzydb-parent-1.0.1.RELEASE
fuzzydb-parent-1.0.0.RELEASE
fuzzydb-parent-1.0.0.M4
fuzzydb-parent-1.0.0.M3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.fuzzydb</groupId>
    <artifactId>fuzzydb-parent</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>

Advertisement