MVN

org.bitbucket.cpointe.taproom : tap-room

Maven & Gradle

May 15, 2020

Tap Room · Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets. There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano" sized data sets where adding more components isn't possible or worth the effort.

<dependency>
    <groupId>org.bitbucket.cpointe.taproom</groupId>
    <artifactId>tap-room</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.cpointe.taproom : tap-room to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of org.bitbucket.cpointe.taproom : tap-room to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
tap-room-0.2.0
0.1.x
tap-room-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.cpointe.taproom</groupId>
    <artifactId>tap-room</artifactId>
    <version>0.2.0</version>
</dependency>