MVN

org.fuzzydb : org.fuzzydb.aggregator

Maven & Gradle

Apr 18, 2013
18 stars

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs

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

Latest Version

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

  • Latest Stable: 1.1.0.RELEASE

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement