Skip to content

bdupras/guava-probably

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guava-Probably: Probabilistic data structures for Guava

Build Status Maven Central Stories in Ready Join the chat at https://gitter.im/bdupras/guava-probably

The Guava-Probably project provides several probabilistic data structures for Guava.

Requires JDK 1.6 or higher and Google Guava 16.0.1 or higher (as of 1.0).

Latest release

  • 1.0-SNAPSHOT: API Docs, 30 December 2015.

To add a dependency on Guava-Probably using Maven, use the following:

<dependency>
  <groupId>com.duprasville.guava</groupId>
  <artifactId>guava-probably</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  compile 'com.duprasville.guava:guava-probably:1.0-SNAPSHOT'
}

Snapshots

Snapshots of Guava-Probably built from the master branch are available through Maven using version 1.0-SNAPSHOT. API documentation is available here:

Learn about data structures provided by Guava-Probably

Links