I'm new to Cassovary
I used the following lines in my POM in NetBeans:
<dependency>
<groupId>com.twitter</groupId>
<artifactId>cassovary-core_2.11</artifactId>
<version>6.4.0</version>
</dependency>
But I get the follwoing error:
The POM for com.twitter.common:metrics:jar:0.0.37 is missing, no dependency information available
Is there anything else I'm missing to make Maven work?
PS: I've never used sbt before and would prefer to stick to Maven and quickly dive into working with the library.
Thanks.