Skip to content

sixpack/sixpack-java

Repository files navigation

A Java client for SeatGeek's Sixpack a/b testing framework: https://github.com/seatgeek/sixpack

Installing

Sixpack-java is currently only being deployed to maven snapshots, to use it, add the following to your build.grade:

repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}

dependencies {
    compile 'com.seatgeek:sixpack:0.0.1-SNAPSHOT'
}

License

Sixpack-Java is released under the BSD 2-Clause License

About

A Java client for the Sixpack A/B testing framework https://github.com/seatgeek/sixpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors