<
7553
a href="http://www.apache.org/licenses/LICENSE-2.0.txt" rel="nofollow">
Add the jfrog repo to your project first:
<repositories>
<repository>
<id>JFrog</id>
<url>http://oss.jfrog.org/oss-release-local</url>
</repository>
</repositories>
Add latest version of wookiee:
<dependency>
<groupId>com.webtrends</groupId>
<artifactId>wookiee-colossus_2.11</artifactId>
<version>${wookiee.version}</version>
</dependency>
TODO