Search code examples
maven-3waffle

how to add waffle 1.4 dependency in Maven?


I was trying to add dependency in my existing maven project (maven version 3) for Waffle 1.4 jars. Can someone please help me if you have already done this before?

Found this dependency XML for Waffle version 1.3 but could not locate for 1.4.

 <dependency>
  <groupId>org.codehaus.waffle</groupId>
  <artifactId>waffle-testing</artifactId>
  <version>1.3</version>
 </dependency>

Solution

  • With the Waffle 1.6 release, it is available in Maven central

    https://search.maven.org/#search|ga|1|g%3A%22com.github.dblock.waffle%22